#19733 Implement intellisense for language specific editor settings in configuration defaults

This commit is contained in:
Sandeep Somavarapu
2017-02-09 15:14:36 +01:00
parent b5485273fc
commit 765638410d
3 changed files with 101 additions and 0 deletions

View File

@@ -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": [
{