mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
re #93070. test for command arguments.
This commit is contained in:
@@ -31,6 +31,11 @@
|
||||
{
|
||||
"command": "vscode-notebook-tests.createNewNotebook",
|
||||
"title": "Create New Notebook"
|
||||
},
|
||||
{
|
||||
"command": "vscode-notebook-tests.debugAction",
|
||||
"title": "Debug Notebook Test Cell Action",
|
||||
"icon": "$(debug)"
|
||||
}
|
||||
],
|
||||
"notebookProvider": [
|
||||
@@ -63,6 +68,15 @@
|
||||
"text/custom"
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"menus": {
|
||||
"notebook/cell/title": [
|
||||
{
|
||||
"command": "vscode-notebook-tests.debugAction",
|
||||
"when": "notebookViewType == notebookSmokeTest",
|
||||
"group": "inline@1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user