Skip to content

Commit 0749b20

Browse files
author
Kartik Raj
authored
Show Python: Clear Workspace interpreter command regardless of whether a Python file is opened (#21858)
Closes #21850
1 parent 021b362 commit 0749b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1787,7 +1787,7 @@
17871787
"category": "Python",
17881788
"command": "python.clearWorkspaceInterpreter",
17891789
"title": "%python.command.python.clearWorkspaceInterpreter.title%",
1790-
"when": "!virtualWorkspace && shellExecutionSupported && editorLangId == python"
1790+
"when": "!virtualWorkspace && shellExecutionSupported"
17911791
},
17921792
{
17931793
"category": "Python",

0 commit comments

Comments
 (0)