mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
[json] adopt SnippetString (#15573) and update to TS 2.0
This commit is contained in:
@@ -66,9 +66,9 @@
|
||||
"type": "object",
|
||||
"default": {
|
||||
"fileMatch": [
|
||||
"{{/myfile}}"
|
||||
"/myfile"
|
||||
],
|
||||
"url": "{{schemaURL}}"
|
||||
"url": "schemaURL"
|
||||
},
|
||||
"properties": {
|
||||
"url": {
|
||||
@@ -103,7 +103,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"vscode-extension-telemetry": "^0.0.5",
|
||||
"vscode-languageclient": "^2.4.2-next.22",
|
||||
"vscode-languageclient": "^3.0.1-alpha.3",
|
||||
"vscode-nls": "^1.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^6.0.51"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user