Skip to content

Commit

Permalink
Configure to be disabled in untrusted workspaces
Browse files Browse the repository at this point in the history
Fixes #1157
  • Loading branch information
PEZ committed May 12, 2021
1 parent e764bf4 commit 51f1f37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
"onDebugResolve:type"
],
"main": "./out/extension",
"capabilities": {
"untrustedWorkspaces": {
"supported": false,
"description": "With Calva you might evaluate any code in the project."
}
},
"contributes": {
"debuggers": [
{
Expand Down

0 comments on commit 51f1f37

Please sign in to comment.