Skip to content

Commit

Permalink
hide run Python for jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Jul 2, 2024
1 parent 3410b38 commit 00bcb1a
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 @@ -1361,7 +1361,7 @@
{
"submenu": "python.run",
"group": "Python",
"when": "editorLangId == python && !virtualWorkspace && shellExecutionSupported && isWorkspaceTrusted"
"when": "editorLangId == python && !virtualWorkspace && shellExecutionSupported && isWorkspaceTrusted && !jupyter.ownsSelection && !notebookEditorFocused "
},
{
"submenu": "python.runFileInteractive",
Expand Down

0 comments on commit 00bcb1a

Please sign in to comment.