Skip to content

Commit

Permalink
Add untrustedWorkspaces capability (issue #259)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoofsKelvin committed Jun 28, 2021
1 parent 8789dd6 commit cca8be2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,10 @@
]
},
"capabilities": {
"virtualWorkspaces": true
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
},
"scripts": {
"vscode:prepublish": "yarn run build && cd webview && yarn run build",
Expand Down

0 comments on commit cca8be2

Please sign in to comment.