Skip to content
Snippets Groups Projects
Commit 317ba66f authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Upgrade some vscode deprecated extensions

parent b9934219
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,9 @@ RUN apt-get update -qq && apt-get install -y -qq --no-install-recommends \ ...@@ -19,9 +19,9 @@ RUN apt-get update -qq && apt-get install -y -qq --no-install-recommends \
RUN echo "alias code='code --user-data-dir /root'" >> /root/.bashrc RUN echo "alias code='code --user-data-dir /root'" >> /root/.bashrc
RUN code --user-data-dir /root \ RUN code --user-data-dir /root \
--install-extension ajshort.ros \ --install-extension ms-iot.vscode-ros \
--install-extension joaompinto.asciidoctor-vscode \ --install-extension joaompinto.asciidoctor-vscode \
--install-extension ms-python.python \ --install-extension ms-python.python \
--install-extension ms-vscode.cpptools \ --install-extension ms-vscode.cpptools \
--install-extension peterjausovec.vscode-docker \ --install-extension ms-azuretools.vscode-docker \
--install-extension twxs.cmake --install-extension twxs.cmake
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment