Skip to content

Commit

Permalink
Show Python: Clear Workspace interpreter command regardless of whet…
Browse files Browse the repository at this point in the history
…her a Python file is opened (#21858)

Closes #21850
  • Loading branch information
Kartik Raj committed Aug 21, 2023
1 parent 021b362 commit 0749b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,7 @@
"category": "Python",
"command": "python.clearWorkspaceInterpreter",
"title": "%python.command.python.clearWorkspaceInterpreter.title%",
"when": "!virtualWorkspace && shellExecutionSupported && editorLangId == python"
"when": "!virtualWorkspace && shellExecutionSupported"
},
{
"category": "Python",
Expand Down

0 comments on commit 0749b20

Please sign in to comment.