Skip to content
Snippets Groups Projects
Commit 90621735 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Merge branch 'upgrade-deprecated-vscode-extensions' into 'master'

Upgrade some vscode deprecated extensions

See merge request tecnalia_robotics-public/gitlab_templates!30
parents 30102cee 317ba66f
No related branches found
No related tags found
No related merge requests found
...@@ -20,9 +20,9 @@ RUN apt-get update -qq && apt-get install -y -qq --no-install-recommends \ ...@@ -20,9 +20,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