Skip to content

Commit 256810a

Browse files
authored
Merge pull request #1178 from BetterThanTomorrow/1157-untrusted-workspaces
Untrusted workspaces configuration
2 parents 3ca86d3 + 51f1f37 commit 256810a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
"onDebugResolve:type"
6262
],
6363
"main": "./out/extension",
64+
"capabilities": {
65+
"untrustedWorkspaces": {
66+
"supported": false,
67+
"description": "With Calva you might evaluate any code in the project."
68+
}
69+
},
6470
"contributes": {
6571
"debuggers": [
6672
{

0 commit comments

Comments
 (0)