Skip to content

Commit

Permalink
Support Workspace Trust (#2710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Macfarlane authored May 6, 2021
1 parent 2eb49ae commit b116467
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
],
"browser": "./dist/browser/extension",
"main": "./dist/extension",
"workspaceTrust": { "request": "never" },
"capabilities": {
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": {
"configuration": {
"type": "object",
Expand Down

0 comments on commit b116467

Please sign in to comment.