forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Ensure extension gets activated when any python command is selected from the command palette #4826
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
Labels
area-editor-*
User-facing catch-all
bug
Issue identified by VS Code Team member as probable bug
verified
Verification succeeded
Milestone
Comments
FYI, below are the commands I found in the code. There are 24 that activate the extension and 4 that do not. activate the extension (24)
do not activate the extension (4)
Note: I did not check the datascience commands. (There are 24 of them.) |
activates; does its thing
activates; "command '...' not found"
activates; other error
activates; other behavior
does not activate (as expected); "command '...' not found"
does not show up in command palette
|
Somewhat related: #10441 |
Closing as dup of #10489 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-editor-*
User-facing catch-all
bug
Issue identified by VS Code Team member as probable bug
verified
Verification succeeded
Todo:
...command not found
To test this, reload VSC every time and ensure no python file is open
The text was updated successfully, but these errors were encountered: