Skip to content

Commit

Permalink
Remove support for restricted mode (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheung-stripe committed Sep 19, 2024
1 parent 50715b4 commit a6d71b2
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 @@ -46,6 +46,12 @@
"onUri"
],
"main": "./dist/extension.js",
"capabilities": {
"untrustedWorkspaces": {
"supported": false,
"description": "To ensure untrusted workspaces do not execute malicious commands, ensure the stripe.cliInstallPath setting is set to a path you recognize."
}
},
"contributes": {
"configuration": {
"title": "Stripe",
Expand Down

0 comments on commit a6d71b2

Please sign in to comment.