File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 869
869
"command" : " python.datascience.notebookeditor.restartkernel" ,
870
870
"title" : " %python.command.python.datascience.restartkernel.title%" ,
871
871
"group" : " navigation" ,
872
- "when" : " notebookViewType == jupyter-notebook"
872
+ "when" : " resourceLangId == jupyter && notebookViewType == ' jupyter-notebook' "
873
873
},
874
874
{
875
875
"command" : " python.datascience.notebookeditor.trust" ,
876
876
"title" : " %DataScience.trustNotebookCommandTitle%" ,
877
877
"group" : " navigation@1" ,
878
- "when" : " notebookViewType == jupyter-notebook && !python.datascience.isnotebooktrusted && python.datascience.trustfeatureenabled"
878
+ "when" : " resourceLangId == jupyter && notebookViewType == ' jupyter-notebook' && !python.datascience.isnotebooktrusted && python.datascience.trustfeatureenabled"
879
879
},
880
880
{
881
881
"command" : " python.datascience.export" ,
882
882
"title" : " %DataScience.notebookExportAs%" ,
883
883
"group" : " navigation" ,
884
- "when" : " notebookViewType == jupyter-notebook"
884
+ "when" : " resourceLangId == jupyter && notebookViewType == ' jupyter-notebook' "
885
885
}
886
886
],
887
887
"explorer/context" : [
You can’t perform that action at this time.
0 commit comments