chore(vscode): update to 1.54.2
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"activationEvents": [
|
||||
"*"
|
||||
],
|
||||
"main": "./out/notebookTestMain",
|
||||
"main": "./out/extension",
|
||||
"enableProposedApi": true,
|
||||
"engines": {
|
||||
"vscode": "^1.25.0"
|
||||
@@ -34,16 +34,6 @@
|
||||
}
|
||||
],
|
||||
"notebookProvider": [
|
||||
{
|
||||
"viewType": "notebookCoreTest",
|
||||
"displayName": "Notebook Core Test",
|
||||
"selector": [
|
||||
{
|
||||
"filenamePattern": "*.vsctestnb",
|
||||
"excludeFileNamePattern": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"viewType": "notebookSmokeTest",
|
||||
"displayName": "Notebook Smoke Test",
|
||||
@@ -80,5 +70,9 @@
|
||||
"url": "vscode://schemas/notebook/cellmetadata"
|
||||
}
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/vscode.git"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user