Replies: 1 comment 4 replies
-
Hi @miunsag . The extension ID of the extension pack is That would put it into your clipboard. Pasting, I see that it's:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am trying to build a sort of devcontainer that includes this extension, but I have not been able to find any clear programmatic way to include this extension or the pack.
I am expecting something like
code-server --install-extension ms-vscode.cpptools-extension-pack
in the Dockerfile, for example:
Now, if I am looking at extensions like ms-python.python I see they come down with ease
while this one doesn't:
I have found some alternative instructions telling me to download a .vsix file, but I am only able to download it manually, I have no idea how to do it programmatically in a build pipeline for the docker image.
How can I install programmatically, i.e. 100% unattended, the latest version in a Dockerfile?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions