Skip to content

Commit e05ee2f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@
16141614
"category": "Python",
16151615
"command": "python.reportIssue",
16161616
"title": "%python.command.python.reportIssue.title%",
1617-
"when": "!virtualWorkspace && shellExecutionSupported && editorLangId == python"
1617+
"when": "!virtualWorkspace && shellExecutionSupported"
16181618
},
16191619
{
16201620
"category": "Test",

0 commit comments

Comments
 (0)