Skip to content

Commit f5a2a3a

Browse files
author
amvanbaren
committed
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).
1 parent ec725a2 commit f5a2a3a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tasks:
5454
# Use the CLI to publish some test extensions to the running server
5555
export OVSX_REGISTRY_URL=http://localhost:8080
5656
export OVSX_PAT=super_token
57-
export PUBLISHERS="DotJoshJohnson eamodio Equinusocio felixfbecker formulahendry HookyQR ms-azuretools ms-mssql ms-python ms-vscode octref redhat ritwickdey sburg vscode vscodevim Wscats"
57+
export PUBLISHERS="DotJoshJohnson eamodio felixfbecker formulahendry HookyQR ms-azuretools ms-mssql ms-python ms-vscode octref redhat ritwickdey sburg vscode vscodevim Wscats"
5858
for pub in $PUBLISHERS; do cli/lib/ovsx create-namespace $pub; done
5959
find server/build/test-extensions-builtin -name '*.vsix' -exec cli/lib/ovsx publish '{}' \;
6060
find server/build/test-extensions -name '*.vsix' -exec cli/lib/ovsx publish '{}' \;

server/test-extensions.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ task downloadTestExtensions {
144144
src "https://github.com/PowerShell/vscode-powershell/releases/download/v2019.11.0/PowerShell-2019.11.0.vsix"
145145
dest "${buildDir}/test-extensions/ms-vscode.powershell-2019.11.0.vsix"
146146
}
147-
download {
148-
src "https://github.com/material-theme/vsc-material-theme/releases/download/v30.0/vsc-material-theme-30.0.0.vsix"
149-
dest "${buildDir}/test-extensions/Equinusocio.vsc-material-theme-30.0.0.vsix"
150-
}
151147
download {
152148
src "https://github.com/DotJoshJohnson/vscode-xml/releases/download/v2.5.0/xml-2.5.0.vsix"
153149
dest "${buildDir}/test-extensions/DotJoshJohnson.xml-2.5.0.vsix"

0 commit comments

Comments
 (0)