Installs Visual Studio Code and extensions - https://code.visualstudio.com/
See https://code.visualstudio.com/docs/supporting/requirements
vscode_mirror
: the package repositories base URLvscode_extensions
: the list of extensions to be installed (default: empty)vscode_user
: vscode end user
Example:
vscode_extensions:
- fortifyvsts.fortify-extension-for-vs-code
- ms-azuretools.vscode-docker
- ms-vscode-remote.remote-containers
- optional: ecgalaxy.bootstrap
- hosts: all
roles:
- ecgalaxy.bootstrap
- ecgalaxy.common_packages
- ecgalaxy.vscode
bash <(curl -s https://code.europa.eu/-/snippets/1/raw/main/ansible-role.sh) ecgalaxy.vscode
See ansible-role for instructions.
Please verify the script integrity first.
This Ansible role uses the distribution's package manager to install packages.
In order to upgrade or uninstall a package, please refer to your distribution's package manager documentation.
Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
ECGALAXY team.