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 c91169d commit 4b158a3Copy full SHA for 4b158a3
Dockerfile
@@ -40,8 +40,8 @@ RUN echo "export PATH=$PATH" >> /home/coder/.bashrc
40
USER coder
41
42
# Additional VSCode settings
43
-RUN mkdir -p /home/coder/.local/share/code-server/User/
44
-COPY settings.json /home/coder/.local/share/code-server/User/settings.json
+COPY settings/User /home/coder/.local/share/code-server/User
+COPY settings/Machine /home/coder/.local/share/code-server/Machine
45
46
# INSTALL VSTUDIO EXTENSIONS
47
RUN code-server --install-extension ms-python.python
0 commit comments