Skip to content

Commit

Permalink
fix: 🐛 remove extension
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor committed Aug 11, 2024
1 parent 4c38826 commit fdb5b2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions coder-development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ RUN export PATH=/tmp/code-server/bin:$PATH && \
code-server --install-extension formulahendry.auto-close-tag && \
code-server --install-extension GitHub.github-vscode-theme && \
code-server --install-extension github.vscode-github-actions && \
code-server --install-extension GitHub.vscode-pull-request-github && \
code-server --install-extension lizebang.bash-extension-pack && \
code-server --install-extension yzhang.markdown-all-in-one
code-server --install-extension GitHub.vscode-pull-request-github

0 comments on commit fdb5b2f

Please sign in to comment.