Skip to content

Commit 36e9e39

Browse files
authored
Merge pull request #538 from shivam71/projectCtxUIFix
Allow project context button in any notebook
2 parents 5bcfbd5 + ae017d7 commit 36e9e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,12 +832,12 @@
832832
{
833833
"command": "jdk.notebook.change.project",
834834
"group": "navigation@1",
835-
"when": "nbJdkReady && resourceExtname == .ijnb"
835+
"when": "nbJdkReady"
836836
},
837837
{
838838
"command": "jdk.notebook.restart.kernel",
839839
"group": "navigation/execute@5",
840-
"when": "nbJdkReady && resourceExtname == .ijnb"
840+
"when": "nbJdkReady"
841841
}
842842
]
843843
},

0 commit comments

Comments
 (0)