From ce37ba8bcab9098c599933716a58e031b1d39c52 Mon Sep 17 00:00:00 2001 From: Kartik Raj Date: Wed, 22 Feb 2023 09:55:13 -0800 Subject: [PATCH] Show Python: Report issue command in palette 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 1dd275cf44ca..5e07893bf3d8 100644 --- a/package.json +++ b/package.json @@ -1620,7 +1620,7 @@ "category": "Python", "command": "python.reportIssue", "title": "%python.command.python.reportIssue.title%", - "when": "!virtualWorkspace && shellExecutionSupported && editorLangId == python" + "when": "!virtualWorkspace && shellExecutionSupported" }, { "category": "Test",