Skip to content

Commit

Permalink
only exclude Run Python from Jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Jul 8, 2024
1 parent 00bcb1a commit 4ac4ab3
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 && !jupyter.ownsSelection && !notebookEditorFocused "
"when": "editorLangId == python && !virtualWorkspace && shellExecutionSupported && isWorkspaceTrusted && notebookType != jupyter-notebook"
},
{
"submenu": "python.runFileInteractive",
Expand Down

0 comments on commit 4ac4ab3

Please sign in to comment.