diff --git a/electron/build/template-package.json b/electron/build/template-package.json index 98831e9a..ef855551 100644 --- a/electron/build/template-package.json +++ b/electron/build/template-package.json @@ -124,7 +124,6 @@ }, "theiaPluginsDir": "plugins", "theiaPlugins": { - "vscode-builtin-cpp": "http://open-vsx.org/api/vscode/cpp/1.44.2/file/vscode.cpp-1.44.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.44.2/file/vscode.cpp-1.44.2.vsix" } } diff --git a/package.json b/package.json index ebf0d349..8613b150 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ ], "theiaPluginsDir": "plugins", "theiaPlugins": { - "vscode-builtin-cpp": "http://open-vsx.org/api/vscode/cpp/1.44.2/file/vscode.cpp-1.44.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.44.2/file/vscode.cpp-1.44.2.vsix" } }