mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
adopt viewType everywhere and drop support for it, fixes https://github.com/microsoft/vscode/issues/125163
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"notebooks": [
|
||||
{
|
||||
"viewType": "notebookSmokeTest",
|
||||
"type": "notebookSmokeTest",
|
||||
"displayName": "Notebook Smoke Test",
|
||||
"selector": [
|
||||
{
|
||||
@@ -60,7 +60,7 @@
|
||||
"notebook/cell/title": [
|
||||
{
|
||||
"command": "vscode-notebook-tests.debugAction",
|
||||
"when": "notebookViewType == notebookSmokeTest",
|
||||
"when": "notebookType == notebookSmokeTest",
|
||||
"group": "inline@1"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user