Python extension doesn't work in 2nd workspace folder of 2 workspace folders well #3849
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
Environment data
Expected behaviour
Extension works in the second folder as better as in the first folder.
Actual behaviour
Workspace doesn't work better in the second folder.
It seems that the extensions only work correctly in the workspace's first folder.
The first folder:
setting.json
a.py
code.py
code2.py
code3.py
It works better.
The second folder:
setting.py
b.py
code4.py
code5.py
code6.py
It can not find the file correctly.
And I do not know why is
Steps to reproduce:
"python.jediEnabled": false,
test.code-workspace
(Not the first or second folder) .b.py
andcode5.py
, wait theunresolved-import
error.Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)The text was updated successfully, but these errors were encountered: