update ext manifest schema validation and built-in exts

This commit is contained in:
SteVen Batten
2021-04-21 11:54:42 -07:00
parent 301d4e9a50
commit f9fc28d47d
25 changed files with 145 additions and 58 deletions

View File

@@ -17,7 +17,11 @@
"main": "./client/out/node/jsonClientMain",
"browser": "./client/dist/browser/jsonClientMain",
"enableProposedApi": true,
"workspaceTrust": { "request": "never" },
"capabilities": {
"untrustedWorkspaces": {
"supported": 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",