Replies: 2 comments 2 replies
-
Maybe it could be that you have to manually install some extensions. I think this does happen, so manual install is the best right now. If you want, you could use If you want them to be installed on the Dockerfile itself, try |
Beta Was this translation helpful? Give feedback.
-
Hmm...So in the screenshot it sounds like the extension have been installed, I think on this last line: CMD exec code-server /home/coder/project --host 0.0.0.0 You need to change it to: CMD exec code-server /home/coder/project --host 0.0.0.0 --extensions-dir=/home/coder/extensions That way code-server knows where you're installed extensions are when it starts up. |
Beta Was this translation helpful? Give feedback.
-
=======================================
all extensions had download on /home/coder/extensions, but all are not work, what is wrong with me? thanks
Beta Was this translation helpful? Give feedback.
All reactions