Skip to content

Commit

Permalink
feat: add untrustedWorkspaces support
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKohler committed Jul 19, 2021
1 parent 95e7149 commit cb71dc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"activationEvents": [
"*"
],
"capabilities": {
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": {
"configuration": {
"type": "object",
Expand Down

0 comments on commit cb71dc8

Please sign in to comment.