Skip to content

Commit

Permalink
vscode add language server to avoid popup
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 16, 2025
1 parent 27400ad commit c941055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions development/vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ RUN Rscript -e "install.packages(c('shiny', 'knitr', 'htmltools', 'markdown', 'r
RUN useradd --create-home --home-dir /home/blackbar --shell /bin/bash blackbar
RUN mv /intersystems-jdbc.jar /home/blackbar/intersystems-jdbc.jar
RUN chown blackbar /home/blackbar/intersystems-jdbc.jar
RUN Rscript -e "install.packages(c('languageserver'), clean = TRUE)"
USER blackbar
#USER coder

Expand Down

0 comments on commit c941055

Please sign in to comment.