Skip to content

Commit

Permalink
remove unnecessary when condition (#15546)
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger authored Apr 15, 2024
1 parent d4b6b06 commit 5a80a72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,8 @@
{
"command": "jupyter.runFileInteractive",
"group": "jupyter",
"when": "resourceLangId == python && !isInDiffEditor && !notebookEditorFocused && isWorkspaceTrusted"
"title": "%jupyter.command.jupyter.runFileInteractive.title%",
"when": "resourceLangId == python && !isInDiffEditor && isWorkspaceTrusted"
}
]
},
Expand Down

0 comments on commit 5a80a72

Please sign in to comment.