Skip to content

Commit d9a8665

Browse files
author
Akos Kitta
committed
Include the VS Code C++ extension in the app.
Closes arduino/arduino-pro-ide#257 Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent ecce237 commit d9a8665

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

electron/build/template-package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
},
113113
"theiaPluginsDir": "plugins",
114114
"theiaPlugins": {
115-
"vscode-yaml": "https://github.com/redhat-developer/vscode-yaml/releases/download/0.7.2/redhat.vscode-yaml-0.7.2.vsix"
115+
"vscode-yaml": "https://open-vsx.org/api/redhat/vscode-yaml/0.7.2/file/redhat.vscode-yaml-0.7.2.vsix",
116+
"vscode-builtin-cpp": "http://open-vsx.org/api/vscode/cpp/1.39.1/file/vscode.cpp-1.39.1.vsix"
116117
}
117118
}

0 commit comments

Comments
 (0)