We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8f668 commit 0dca035Copy full SHA for 0dca035
e2e/Dockerfile
@@ -31,7 +31,7 @@ update-ca-certificates
31
echo "installing dependencies for atlascode extension"
32
code-server --install-extension ../redhat.vscode-yaml-1.18.0.vsix --force
33
echo "installing atlascode"
34
-code-server --install-extension atlascode-0.0.0.vsix --force
+code-server --install-extension atlascode-*.vsix --force
35
36
echo "starting code-server"
37
code-server --auth none --bind-addr localhost:9988 &
0 commit comments