Skip to content

Commit

Permalink
feat: adding some of the default extensions back and adding liveshare (
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Nov 19, 2024
1 parent 942436f commit 570b2d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ RUN echo "#!/bin/sh\n\

USER vscode

RUN code --install-extension MS-vsliveshare.vsliveshare --extensions-dir /home/vscode/.vscode-remote/extensions
RUN code --install-extension GitHub.codespaces --extensions-dir /home/vscode/.vscode-remote/extensions

RUN curl -L https://nixos.org/nix/install | bash -s -- --no-daemon
RUN curl -fsSL https://get.jetify.com/devbox | bash -s -- -f

Expand Down

0 comments on commit 570b2d1

Please sign in to comment.