mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
[json] enable semantic selection
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
"onLanguage:jsonc"
|
||||
],
|
||||
"main": "./client/out/jsonMain",
|
||||
"enableProposedApi": true,
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:json-language-features-client compile-extension:json-language-features-server",
|
||||
"watch": "gulp watch-extension:json-language-features-client watch-extension:json-language-features-server",
|
||||
@@ -107,4 +108,4 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "^8.10.25"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user