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 (microsoft#21858)

Closes microsoft#21850
  • Loading branch information
Kartik Raj authored and anthonykim1 committed Sep 12, 2023
1 parent 5d95345 commit 57cb07f
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 @@ -1791,7 +1791,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 57cb07f

Please sign in to comment.