We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d336228 commit b73f006Copy full SHA for b73f006
1 file changed
Dockerfile
@@ -51,7 +51,7 @@ RUN echo "alias python=python3" >> ~/.bashrc
51
52
RUN mkdir -p /home/coder/.local/share/code-server/User/
53
RUN chown -R coder:coder /home/coder/.local/share/code-server/User/
54
-RUN echo "{\"workbench.colorTheme\": \"Default Dark+\", \"python.condaPath\": \"/home/coder/local/bin/conda/condabin/conda"}" >> /home/coder/.local/share/code-server/User/settings.json
+RUN echo "{\"workbench.colorTheme\": \"Default Dark+\", \"python.condaPath\": \"/home/coder/local/bin/conda/condabin/conda\"}" >> /home/coder/.local/share/code-server/User/settings.json
55
56
57
# Nice colors in python terminal
0 commit comments