Skip to content

Commit

Permalink
Merge pull request #640 from amvanbaren/remove-test-extension-materia…
Browse files Browse the repository at this point in the history
…l-theme

Remove Equinusocio.vsc-material-theme-30.0.0.vsix
  • Loading branch information
amvanbaren committed Dec 16, 2022
2 parents ec725a2 + f5a2a3a commit f061c72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '{}' \;
Expand Down
4 changes: 0 additions & 4 deletions server/test-extensions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f061c72

Please sign in to comment.