Skip to content

Commit c21a88a

Browse files
committed
enable extension in untrusted workspaces
1 parent b75e8b8 commit c21a88a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
"onLanguage:vba"
2222
],
2323
"main": "./out/extension.js",
24+
"capabilities": {
25+
"untrustedWorkspaces": {
26+
"supported": true
27+
}
28+
},
2429
"contributes": {
2530
"languages": [
2631
{

0 commit comments

Comments
 (0)