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 00bcb1a commit 4ac4ab3Copy full SHA for 4ac4ab3
package.json
@@ -1361,7 +1361,7 @@
1361
{
1362
"submenu": "python.run",
1363
"group": "Python",
1364
- "when": "editorLangId == python && !virtualWorkspace && shellExecutionSupported && isWorkspaceTrusted && !jupyter.ownsSelection && !notebookEditorFocused "
+ "when": "editorLangId == python && !virtualWorkspace && shellExecutionSupported && isWorkspaceTrusted && notebookType != jupyter-notebook"
1365
},
1366
1367
"submenu": "python.runFileInteractive",
0 commit comments