Skip to content

Commit

Permalink
add better toml extension
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jul 25, 2023
1 parent 61f0a30 commit e03d499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ RUN wget -O /opt/ijava-kernel.zip https://github.com/SpencerPark/IJava/releases/
RUN curl -fsSL https://code-server.dev/install.sh | sh
RUN code-server --install-extension redhat.vscode-yaml \
--install-extension ms-python.python \
--install-extension bungcip.better-toml \
--install-extension vscjava.vscode-java-pack \
--install-extension ginfuru.ginfuru-better-solarized-dark-theme \
--install-extension oderwat.indent-rainbow \
Expand Down
1 change: 1 addition & 0 deletions gpu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN pip3 install --upgrade pip && \
RUN curl -fsSL https://code-server.dev/install.sh | sh
RUN code-server --install-extension redhat.vscode-yaml \
--install-extension ms-python.python \
--install-extension bungcip.better-toml \
--install-extension ginfuru.ginfuru-better-solarized-dark-theme \
--install-extension oderwat.indent-rainbow \
--install-extension mechatroner.rainbow-csv \
Expand Down

0 comments on commit e03d499

Please sign in to comment.