Skip to content

Commit

Permalink
Show Python: Report issue command in palette regardless of whether …
Browse files Browse the repository at this point in the history
…a Python file is opened (#20726)

Closes #20723
  • Loading branch information
Kartik Raj committed Feb 22, 2023
1 parent c18e8c9 commit fc72be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fc72be9

Please sign in to comment.