Skip to content

Commit

Permalink
dockerfile vscode add extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Dec 19, 2024
1 parent 6ffa7c0 commit f4c1f42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions development/vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,13 @@ COPY requirements.txt .
RUN uv pip install --system --no-cache-dir -r requirements.txt
RUN uv pip install --system pip

##
## Install VScode extensions
##
RUN code-server --install-extension Posit.shiny
RUN code-server --install-extension ms-python.python
RUN code-server --install-extension ms-toolsai.jupyter
RUN code-server --install-extension quarto.quarto
RUN code-server --install-extension REditorSupport.r

USER coder

0 comments on commit f4c1f42

Please # to comment.