Skip to content

Commit fcbf16e

Browse files
authored
Merge pull request #679 from intersystems-community/untrusted_workspaces
Allow extension in untrusted workspaces
2 parents a29d2c7 + 3a3f65d commit fcbf16e

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
@@ -23,6 +23,11 @@
2323
},
2424
"license": "MIT",
2525
"publisher": "intersystems-community",
26+
"capabilities": {
27+
"untrustedWorkspaces": {
28+
"supported": true
29+
}
30+
},
2631
"contributors": [
2732
{
2833
"name": "Dmitry Maslennikov",

0 commit comments

Comments
 (0)