From d9a866579c8755e2982428a67eab8885b3398b1c Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Mon, 29 Jun 2020 13:57:05 +0200 Subject: [PATCH] Include the VS Code C++ extension in the app. Closes arduino/arduino-pro-ide#257 Signed-off-by: Akos Kitta --- electron/build/template-package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/electron/build/template-package.json b/electron/build/template-package.json index 48f957b9..a98fd8ba 100644 --- a/electron/build/template-package.json +++ b/electron/build/template-package.json @@ -112,6 +112,7 @@ }, "theiaPluginsDir": "plugins", "theiaPlugins": { - "vscode-yaml": "https://github.com/redhat-developer/vscode-yaml/releases/download/0.7.2/redhat.vscode-yaml-0.7.2.vsix" + "vscode-yaml": "https://open-vsx.org/api/redhat/vscode-yaml/0.7.2/file/redhat.vscode-yaml-0.7.2.vsix", + "vscode-builtin-cpp": "http://open-vsx.org/api/vscode/cpp/1.39.1/file/vscode.cpp-1.39.1.vsix" } }