chore(vscode): update to 1.56.0

This commit is contained in:
Akash Satheesan
2021-04-30 20:25:17 +05:30
1749 changed files with 88014 additions and 43316 deletions

View File

@@ -5,15 +5,13 @@
"publisher": "vscode",
"license": "MIT",
"enableProposedApi": true,
"workspaceTrust": {
"required": "onDemand"
},
"private": true,
"activationEvents": [],
"main": "./out/extension",
"engines": {
"vscode": "^1.25.0"
"vscode": "^1.55.0"
},
"icon": "media/icon.png",
"contributes": {
"configuration": {
"type": "object",
@@ -138,6 +136,15 @@
"filenamePattern": "**/*.nbdtest"
}
]
},
{
"viewType": "notebook.nbdserializer",
"displayName": "notebook.nbdserializer",
"selector": [
{
"filenamePattern": "**/*.nbdserializer"
}
]
}
]
},