Add proper contribution schema for ts server pluguins

#50682
This commit is contained in:
Matt Bierner
2018-05-31 17:20:34 -07:00
parent 549c1a1ba0
commit 857db02b2c
2 changed files with 32 additions and 0 deletions

View File

@@ -44,6 +44,12 @@
],
"main": "./out/extension",
"contributes": {
"jsonValidation": [
{
"fileMatch": "package.json",
"url": "./schemas/package.schema.json"
}
],
"configuration": {
"type": "object",
"title": "%configuration.typescript%",