Skip to content

eirikrye/vscode-1013-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-1013-repro

Issue #1013

Steps to reproduce:

  1. Clone this repository
  2. cd vscode-1013-repro
  3. Create the virtualenv: python3 -m venv .venv
  4. Open the directory in VS Code. .vscode/settings.json should load automatically with python.autoComplete.extraPaths and python.pythonPath set.
  5. Open test.py and observe that the autocompletion works properly:
  6. Inside the virtualenv, install package in editable mode: source .venv/bin/activate && pip3 install -e .
  7. Reload the window (Developer: Reload Window in command palette)
  8. Open test.py and observe that the PLS now produces import errors:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages