We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d72c78 commit 175792fCopy full SHA for 175792f
package.json
@@ -1362,7 +1362,7 @@
1362
{
1363
"submenu": "python.run",
1364
"group": "Python",
1365
- "when": "editorLangId == python && !virtualWorkspace && shellExecutionSupported && isWorkspaceTrusted"
+ "when": "editorLangId == python && !virtualWorkspace && shellExecutionSupported && isWorkspaceTrusted && notebookType != jupyter-notebook"
1366
},
1367
1368
"submenu": "python.runFileInteractive",
0 commit comments