File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 54
54
# Use the CLI to publish some test extensions to the running server
55
55
export OVSX_REGISTRY_URL=http://localhost:8080
56
56
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"
58
58
for pub in $PUBLISHERS; do cli/lib/ovsx create-namespace $pub; done
59
59
find server/build/test-extensions-builtin -name '*.vsix' -exec cli/lib/ovsx publish '{}' \;
60
60
find server/build/test-extensions -name '*.vsix' -exec cli/lib/ovsx publish '{}' \;
Original file line number Diff line number Diff line change @@ -144,10 +144,6 @@ task downloadTestExtensions {
144
144
src " https://github.com/PowerShell/vscode-powershell/releases/download/v2019.11.0/PowerShell-2019.11.0.vsix"
145
145
dest " ${ buildDir} /test-extensions/ms-vscode.powershell-2019.11.0.vsix"
146
146
}
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
- }
151
147
download {
152
148
src " https://github.com/DotJoshJohnson/vscode-xml/releases/download/v2.5.0/xml-2.5.0.vsix"
153
149
dest " ${ buildDir} /test-extensions/DotJoshJohnson.xml-2.5.0.vsix"
You can’t perform that action at this time.
0 commit comments