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

@@ -119,7 +119,7 @@
],
"notebooks": [
{
"viewType": "notebookCoreTest",
"type": "notebookCoreTest",
"displayName": "Notebook Core Test",
"selector": [
{
@@ -129,7 +129,7 @@
]
},
{
"viewType": "notebook.nbdtest",
"type": "notebook.nbdtest",
"displayName": "notebook.nbdtest",
"selector": [
{
@@ -138,7 +138,7 @@
]
},
{
"viewType": "notebook.nbdserializer",
"type": "notebook.nbdserializer",
"displayName": "notebook.nbdserializer",
"selector": [
{