mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
#19733 Implement intellisense for language specific editor settings in configuration defaults
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"Other"
|
||||
],
|
||||
"activationEvents": [
|
||||
"onLanguage:json",
|
||||
"onLanguage:typescript"
|
||||
],
|
||||
"main": "./out/extension",
|
||||
@@ -17,6 +18,10 @@
|
||||
"compile": "gulp compile-extension:extension-editing",
|
||||
"watch": "gulp watch-extension:extension-editing"
|
||||
},
|
||||
"dependencies": {
|
||||
"jsonc-parser": "^0.3.1",
|
||||
"vscode-nls": "^2.0.1"
|
||||
},
|
||||
"contributes": {
|
||||
"jsonValidation": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user