From f5a2a3a21fcf724582e0737d560b36e446a62868 Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Fri, 16 Dec 2022 18:16:25 +0200 Subject: [PATCH] Remove Equinusocio.vsc-material-theme-30.0.0.vsix Remove Equinusocio.vsc-material-theme-30.0.0.vsix because it is no longer available (404). --- .gitpod.yml | 2 +- server/test-extensions.gradle | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 89a46a216..62bae9723 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -54,7 +54,7 @@ tasks: # Use the CLI to publish some test extensions to the running server export OVSX_REGISTRY_URL=http://localhost:8080 export OVSX_PAT=super_token - export PUBLISHERS="DotJoshJohnson eamodio Equinusocio felixfbecker formulahendry HookyQR ms-azuretools ms-mssql ms-python ms-vscode octref redhat ritwickdey sburg vscode vscodevim Wscats" + export PUBLISHERS="DotJoshJohnson eamodio felixfbecker formulahendry HookyQR ms-azuretools ms-mssql ms-python ms-vscode octref redhat ritwickdey sburg vscode vscodevim Wscats" for pub in $PUBLISHERS; do cli/lib/ovsx create-namespace $pub; done find server/build/test-extensions-builtin -name '*.vsix' -exec cli/lib/ovsx publish '{}' \; find server/build/test-extensions -name '*.vsix' -exec cli/lib/ovsx publish '{}' \; diff --git a/server/test-extensions.gradle b/server/test-extensions.gradle index 170634dc8..09301a969 100644 --- a/server/test-extensions.gradle +++ b/server/test-extensions.gradle @@ -144,10 +144,6 @@ task downloadTestExtensions { src "https://github.com/PowerShell/vscode-powershell/releases/download/v2019.11.0/PowerShell-2019.11.0.vsix" dest "${buildDir}/test-extensions/ms-vscode.powershell-2019.11.0.vsix" } - download { - src "https://github.com/material-theme/vsc-material-theme/releases/download/v30.0/vsc-material-theme-30.0.0.vsix" - dest "${buildDir}/test-extensions/Equinusocio.vsc-material-theme-30.0.0.vsix" - } download { src "https://github.com/DotJoshJohnson/vscode-xml/releases/download/v2.5.0/xml-2.5.0.vsix" dest "${buildDir}/test-extensions/DotJoshJohnson.xml-2.5.0.vsix"