forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command 'python.buildWorkspaceSymbols' not found when "python.jediEnabled": false #2267
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
important
Issue identified as high-priority
Milestone
Comments
brettcannon
added
bug
Issue identified by VS Code Team member as probable bug
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
needs verification
labels
Jul 27, 2018
DonJayamanne
added
needs PR
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
and removed
needs verification
labels
Jul 30, 2018
We need to include this command into the list of deprecated commands. |
Not LS specific, LS builds symbols continuously. |
d3r3kk
added a commit
to d3r3kk/vscode-python
that referenced
this issue
Aug 21, 2018
- Fixes microsoft#2267 - new Python Language Server rebuilds symbols in background - remove registrations/command functionality - add deprecation popup - cleanup prior deprecated code
6 tasks
d3r3kk
added a commit
to d3r3kk/vscode-python
that referenced
this issue
Aug 21, 2018
- Fixes microsoft#2267 - new Python Language Server rebuilds symbols in background - remove registrations/command functionality - add deprecation popup - cleanup prior deprecated code
Addendum: ...when the Python Language Server is active. |
d3r3kk
added a commit
to d3r3kk/vscode-python
that referenced
this issue
Aug 23, 2018
- Fixes microsoft#2267 - new Python Language Server rebuilds symbols in background - remove registrations/command functionality - add deprecation popup - cleanup prior deprecated code
d3r3kk
added a commit
to d3r3kk/vscode-python
that referenced
this issue
Aug 24, 2018
- Fixes microsoft#2267 - new Python Language Server rebuilds symbols in background - remove registrations/command functionality - add deprecation popup - cleanup prior deprecated code
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
important
Issue identified as high-priority
Environment data
Actual behavior
Rebuilding workspace symbols fails to operate when python.jediEnabled is false.
Expected behavior
Rebuilding workspace symbols should work even when jedi is disabled.
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Nothing actually makes it to the
Python Log
Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)The text was updated successfully, but these errors were encountered: