From a6d71b216b4e1d7680e8d3bebaed5e863e5b5f5e Mon Sep 17 00:00:00 2001 From: Vincent Cheung <71457708+vcheung-stripe@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:56:32 -0700 Subject: [PATCH] Remove support for restricted mode (#831) --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 96b9befd..2a28a4af 100644 --- a/package.json +++ b/package.json @@ -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",