From 1c87d35e8a1fa6fca971d81fd5ae3b541235b3a5 Mon Sep 17 00:00:00 2001 From: SamEdwardes Date: Sat, 11 May 2024 07:45:37 -0700 Subject: [PATCH] Added chrisdias.vscode-opennewinstance --- extensions.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extensions.json b/extensions.json index 9c80f1ffd..57d1774b1 100644 --- a/extensions.json +++ b/extensions.json @@ -157,6 +157,13 @@ "cheshirekow.cmake-format": { "repository": "https://github.com/cheshirekow/cmake_format" }, + "chrisdias.vscode-opennewinstance": { + "repository": "https://github.com/chrisdias/vscode-opennewinstance", + "custom": [ + "NODE_OPTIONS=--openssl-legacy-provider npm install", + "NODE_OPTIONS=--openssl-legacy-provider vsce package -o extension.vsix --baseContentUrl https://github.com/chrisdias/vscode-opennewinstance/blob/HEAD --baseImagesUrl https://github.com/chrisdias/vscode-opennewinstance/raw/HEAD" + ] + }, "christianvoigt.argdown-vscode": { "repository": "https://github.com/christianvoigt/argdown", "location": "packages/argdown-vscode",