Skip to content

Commit 146bb4f

Browse files
committed
fix: support Workspace Trust
close #21
1 parent 811f89f commit 146bb4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@
101101
}
102102
}
103103
},
104+
"capabilities": {
105+
"untrustedWorkspaces": {
106+
"supported": true
107+
}
108+
},
104109
"scripts": {
105110
"prepare": "husky",
106111
"vscode:prepublish": "pnpm build",
@@ -158,4 +163,4 @@
158163
"prettier --write"
159164
]
160165
}
161-
}
166+
}

0 commit comments

Comments
 (0)