Skip to content

Commit fc72be9

Browse files
author
Kartik Raj
authored
Show Python: Report issue command in palette regardless of whether a Python file is opened (#20726)
Closes #20723
1 parent c18e8c9 commit fc72be9

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
@@ -1620,7 +1620,7 @@
16201620
"category": "Python",
16211621
"command": "python.reportIssue",
16221622
"title": "%python.command.python.reportIssue.title%",
1623-
"when": "!virtualWorkspace && shellExecutionSupported && editorLangId == python"
1623+
"when": "!virtualWorkspace && shellExecutionSupported"
16241624
},
16251625
{
16261626
"category": "Test",

0 commit comments

Comments
 (0)