Skip to content

Commit

Permalink
Mark extension as safe in untrusted workspaces
Browse files Browse the repository at this point in the history
Fixes #3.
  • Loading branch information
trond-snekvik committed Jul 17, 2021
1 parent 80e6812 commit cbab636
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 @@ -46,6 +46,11 @@
}
]
},
"capabilities": {
"untrustedWorkspaces": {
"supported": true
}
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
Expand Down

0 comments on commit cbab636

Please # to comment.