-
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
Im using a Docker container to run code-server
3.10.2
using 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: