Python Build workspace symbols not found
See original GitHub issueEnvironment data
- VS Code version: 1.32.3
- Extension version (available under the Extensions sidebar): 2019.3.6215
- OS and version: Windows 10 10.0.17134
- Python version (& distribution if applicable, e.g. Anaconda): 3.7.3 64 bit
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): N/A
- Relevant/affected Python packages and their versions: Just the python extension
Expected behaviour
Running python.buildWorkspaceSymbols to build the workspace symbols
Actual behaviour
I receive the error message “command ‘python.buildWorkspaceSymbols’ not found”
Steps to reproduce:
- Ctrl + shift + p then running Python: Build Workspace Symbols
Logs
Output for Python
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Python
)
No information in the logs
Output from Console
under the Developer Tools
panel (toggle Developer Tools on under Help
; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging
)
notificationsAlerts.ts:38 Error: command 'python.buildWorkspaceSymbols' not found
at Proxy._tryExecuteCommand (commandService.ts:59)
at r.then.i (commandService.ts:52)
onDidNotificationChange @ notificationsAlerts.ts:38
Issue Analytics
- State:
- Created 4 years ago
- Reactions:20
- Comments:15 (1 by maintainers)
Top Results From Across the Web
vscode not autocompleting certain Python methods
Although rebuilding the workspace symbols doesn't work, I reinstalled vscode from scratch and added pylance language server as suggested by ...
Read more >Workspace Symbols | Python in Visual Studio Code
Displaying and navigating through Workspace symbols in a Python project is supported with the use of Exuberant CTags.
Read more >A brand new website interface for an even better experience!
Python Build workspace symbols not found.
Read more >Settings Reference for Python - Visual Studio Code
This page describes the key settings you can work with. For general information about working with settings in VS Code, refer to User...
Read more >Advanced Visual Studio Code for Python Developers
In this tutorial, you'll learn how you can configure, extend, and optimize ... If no results come up, make sure you have the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
To recreate this issue you can do the following steps:
This results in the breaking behavior, the only way to resolve this is to wipe out the application completely as detailed in the above link
On
Ubuntu
adding"python.jediEnabled": true
toWorkspace Settings
resolved the issue for me.Note:
Visual Studio IntelliCode
installed/uninstaled, enabled/disabled."python.jediEnabled": true
needs to be explicitly added toWorkspace Settings
for it to work, although theDefault Workspace Settings
is the same.Edit: Turns out that
Visual Studio IntelliCode
adds an entry in theUser Settings
disablingJedi
.