ansible-role-visual-studio-code
ansible-role-visual-studio-code copied to clipboard
Ansible role for installing the Visual Studio Code IDE
I was missing the option to manage the custom keybindings config file (keybindings.json, located in the settings dir) so I added support for it. Any feedback is very appreciated!
If you need to install extensions for the root user or you use a different user-data-dir with your installation, you can not use the role right now. I have added...
Thanks for building this role! The one thing it doesn't have is declarative vs code extensions. By that, I mean if you run it multiple times while changing the list...
I am getting an error when trying to install extensions on a RedHat 7.9 Workstation system: "msg": "Error querying installed extensions [vscjava.vscode-java-pack]: **Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found** (required by...
I am currently setup a development environment on SLES and I can see that vscode is not updated when no version is set: ```yaml - name: Install VS Code (zypper)...
I am having sometimes 503 erros while installing the defined extensions for multiple machines and multiple users per machine at the same time. I fixed this by adding the register,...
Hello @gantsign, after latest ansible-lint, now all playbooks that use [ansible-role-visual-studio-code](https://github.com/gantsign/ansible-role-visual-studio-code) will fail until the name on Galaxy is `role_name: visual_studio_code` on meta/main.yml: https://github.com/ansible/ansible-lint/issues/3566#event-9539563617 You can even put role_name as...
More info can be found from [Jeff Geerling's](https://www.jeffgeerling.com/blog/2022/aptkey-deprecated-debianubuntu-how-fix-ansible) blog, but downloading a repository key into `/etc/apt/keyrings` no longer works... and causes the `Install VS Code repo (apt)` task to error...