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 3e75992 commit a34aff8Copy full SHA for a34aff8
Dockerfile
@@ -25,7 +25,7 @@ RUN sudo chown -R coder:coder /home/coder/.local
25
# Install a VS Code extension:
26
# Note: we use a different marketplace than VS Code. See https://github.com/cdr/code-server/blob/main/docs/FAQ.md#differences-compared-to-vs-code
27
RUN code-server --install-extension cweijan.vscode-office
28
-RUN code-server --install-extension william-voyek.vscode-nginx
+#RUN code-server --install-extension william-voyek.vscode-nginx
29
RUN code-server --install-extension github.github-vscode-theme
30
RUN code-server --install-extension redhat.vscode-yaml
31
0 commit comments