python.autoComplete.extraPaths does not appear to be working #1462
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
Milestone
Environment data
Actual behavior
No auto-complete for a file only found through
python.autoComplete.extraPaths
Expected behavior
Auto-complete.
Steps to reproduce:
~/Desktop/extras
folder.foobar.py
in that folder containingdef spam(): pass
python.autoComplete.extraPaths
to point to theextras
folderimport foobar; foobar.
should havespam
in its completion list.Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)None
Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)None
The text was updated successfully, but these errors were encountered: