From 0749b203a3bf49daf7c7509586c41d5e17ff015b Mon Sep 17 00:00:00 2001 From: Kartik Raj Date: Mon, 21 Aug 2023 10:40:23 -0700 Subject: [PATCH] Show `Python: Clear Workspace interpreter` command regardless of whether a Python file is opened (#21858) Closes https://github.com/microsoft/vscode-python/issues/21850 --- 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",