- Clone this repository
cd vscode-1013-repro
- Create the virtualenv:
python3 -m venv .venv
- Open the directory in VS Code.
.vscode/settings.json
should load automatically withpython.autoComplete.extraPaths
andpython.pythonPath
set. - Open
test.py
and observe that the autocompletion works properly: - Inside the virtualenv, install package in editable mode:
source .venv/bin/activate && pip3 install -e .
- Reload the window (
Developer: Reload Window
in command palette) - Open
test.py
and observe that the PLS now produces import errors:
-
Notifications
You must be signed in to change notification settings - Fork 0
eirikrye/vscode-1013-repro
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published