adopt viewType everywhere and drop support for it, fixes https://github.com/microsoft/vscode/issues/125163

This commit is contained in:
Johannes Rieken
2021-06-02 12:05:19 +02:00
parent b1e613481b
commit 109c9d9486
4 changed files with 19 additions and 24 deletions

View File

@@ -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"
}
]