Answered by
ghost
Jun 16, 2021
Replies: 2 comments 1 reply
|
Ah yup our marketplace has an issue right now: #2120 I think the easiest workaround is to go to the releases page on GitHub and download |
1 reply
|
Im using a Docker container to run code-server RUN sudo apt-get install --no-install-recommends -y wget
RUN sudo wget https://github.com/microsoft/vscode-cpptools/releases/download/1.4.1/cpptools-linux.vsix -P /home/coder/vsix/
RUN code-server --install-extension /home/coder/vsix/cpptools-linux.vsix |
0 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Im using a Docker container to run code-server
3.10.2using cdr/deploy-code-server on https://railway.app. I ran into the same problem but with the C/C++ Support extension from Microsoft. Instead of manually downloading and installing everytime, I added this to my Dockerfile: