mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
include 'create notebook' in the command pallette
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
"commands": [
|
||||
{
|
||||
"command": "ipynb.newUntitledIpynb",
|
||||
"title": "Jupyter Notebook"
|
||||
"title": "New Jupyter Notebook",
|
||||
"shortTitle": "Jupyter Notebook",
|
||||
"category": "Create"
|
||||
},
|
||||
{
|
||||
"command": "ipynb.openIpynbInNotebookEditor",
|
||||
@@ -53,15 +55,13 @@
|
||||
"menus": {
|
||||
"file/newFile": [
|
||||
{
|
||||
"command": "ipynb.newUntitledIpynb",
|
||||
"when": "!jupyterEnabled"
|
||||
"command": "ipynb.newUntitledIpynb"
|
||||
}
|
||||
],
|
||||
"commandPalette": [
|
||||
{
|
||||
"command": "ipynb.newUntitledIpynb",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "ipynb.newUntitledIpynb"
|
||||
},
|
||||
{
|
||||
"command": "ipynb.openIpynbInNotebookEditor",
|
||||
"when": "false"
|
||||
|
||||
Reference in New Issue
Block a user