From 90ef8b320ac54949059195bc0544117b90bbc1af Mon Sep 17 00:00:00 2001 From: Kartik Raj Date: Mon, 21 Aug 2023 17:26:15 +0000 Subject: [PATCH] Show `Python: Clear Workspace interpreter` command regardless of whether a Python file is opened --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe247f8b25c1..9e5c3e596a43 100644 --- a/package.json +++ b/package.json @@ -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",