Skip to content

Commit

Permalink
Merge pull request #2 from AlexStorm1313/install-more-extensions
Browse files Browse the repository at this point in the history
insalled and switched extensions
  • Loading branch information
AlexStorm1313 authored Dec 20, 2024
2 parents eb17b5e + 0dcae00 commit d9cc309
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ RUN ${OPENVSCODE_SERVER} --force \
--install-extension tamasfe.even-better-toml \
--install-extension redhat.vscode-yaml \
--install-extension serayuzgur.crates \
--install-extension Continue.continue \
--install-extension ms-toolsai.jupyter
--install-extension rjmacarthy.twinny \
--install-extension ms-toolsai.jupyter \
--install-extension ms-azuretools.vscode-docker \
--install-extension ms-kubernetes-tools.vscode-kubernetes-tools

# Install Rust and Cargo tools
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
Expand Down

0 comments on commit d9cc309

Please sign in to comment.