[json] fix for workspaceTrust

This commit is contained in:
Martin Aeschlimann 2021-04-13 14:40:58 +02:00
parent ed7d5c0d0e
commit 6725bd3933
No known key found for this signature in database
GPG key ID: 2609A01E695523E3

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",