Skip to content

Commit

Permalink
insalled and switched extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStorm1313 committed Dec 20, 2024
1 parent eb17b5e commit 0dcae00
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 0dcae00

Please sign in to comment.