From 768bd35f9a6b9f85f4d41bc73b435b4a6ecf6e63 Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Mon, 16 Mar 2020 12:11:13 -0400 Subject: [PATCH] Update vscode-git in che-theia Update the git built-in extension to the latest version (1.43.0) The sources for the built version can be found here: https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-git/vscode-git-1c7fa0-sources.tar.gz See eclipse/che#16084 Signed-off-by: Eric Williams --- generator/src/templates/theiaPlugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/src/templates/theiaPlugins.json b/generator/src/templates/theiaPlugins.json index f2b4aaeaac..adf6d39596 100644 --- a/generator/src/templates/theiaPlugins.json +++ b/generator/src/templates/theiaPlugins.json @@ -48,7 +48,7 @@ "vscode-builtin-xml": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/xml-1.39.1-prel.vsix", "vscode-builtin-yaml": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/yaml-1.39.1-prel.vsix", "vscode-editorconfig": "https://github.com/theia-ide/editorconfig-vscode/releases/download/v0.14.4/EditorConfig-0.14.4.vsix", - "vscode-git": "https://github.com/che-incubator/vscode-git/releases/download/vscode-git-1.30.1_0.0.1/vscode-git-1.30.1_0.0.1.vsix", + "vscode-git": "https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-git/git-1.0.0-1c7fa0.vsix", "vscode-references-view": "https://github.com/theia-ide/vscode-references-view/releases/download/v0.0.47/references-view-0.0.47.vsix", "vscode-builtin-theme-abyss": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/theme-abyss-1.39.1-prel.vsix", "vscode-builtin-theme-defaults": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/theme-defaults-1.39.1-prel.vsix",