[json] fix for workspaceTrust

This commit is contained in:
Martin Aeschlimann
2021-04-13 14:40:58 +02:00
parent ed7d5c0d0e
commit 6725bd3933

View File

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