Skip to content

Commit ce37ba8

Browse files
author
Kartik Raj
committed
Show Python: Report issue command in palette regardless of whether a Python file is opened
1 parent c18e8c9 commit ce37ba8

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)