Skip to content

Commit 57cb07f

Browse files
Kartik Rajanthonykim1
Kartik Raj
authored andcommitted
Show Python: Clear Workspace interpreter command regardless of whether a Python file is opened (microsoft#21858)
Closes microsoft#21850
1 parent 5d95345 commit 57cb07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@
17911791
"category": "Python",
17921792
"command": "python.clearWorkspaceInterpreter",
17931793
"title": "%python.command.python.clearWorkspaceInterpreter.title%",
1794-
"when": "!virtualWorkspace && shellExecutionSupported && editorLangId == python"
1794+
"when": "!virtualWorkspace && shellExecutionSupported"
17951795
},
17961796
{
17971797
"category": "Python",

0 commit comments

Comments
 (0)