Tags: gantsign/ansible-role-visual-studio-code
Tags
Fixed apt-key deprecation warning (#231) Ubuntu 22.04 will be the last release with `apt-key` (see https://manpages.ubuntu.com/manpages/jammy/man8/apt-key.8.html). `install-apt.yml` was updated to use the new (more secure) way of signing APT repos. Co-authored-by: Juergen Hansmann <Juergen.Hansmann@swisstopo.ch>
Added ability to overwrite VS Code settings (#175) This change adds the `visual_studio_code_settings_overwrite` property to the user configuration. By setting it to `yes` it will overwrite the VS Code settings file if it exists. Co-authored-by: A. Tate Barber <tate.barber@gmail.com>
Added Mirror support (#173) If you want to use a mirror server, then with this you can override the server protocol and URL, e.g. on the command line by using ansible extra-vars. Adding leading directories is possible if needed, but no trailing slash should be used. The default-key for this feature has that form: ```yaml visual_studio_code_mirror: "https://packages.microsoft.com" ```
PreviousNext