Skip to content

Tags: gantsign/ansible-role-visual-studio-code

Tags

7.0.0

Toggle 7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removed unneeded RPM dependencies (#248)

Visual Studio Code packages now correctly reference all required dependencies.

6.11.0

Toggle 6.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added ARM support for Debian Family (#235)

make apt architecture dependent

Co-authored-by: SamuelLHuber <40248495+SamuelLHuber@users.noreply.github.com>

6.10.0

Toggle 6.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

6.9.0

Toggle 6.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for managing keybindings.json (#226)

Co-authored-by: Oskar Moge <oskar@mowge.com>

6.8.0

Toggle 6.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed to match the previous APT repo declaration (#208)

This avoids duplicating the APT repo if you'd previously ran an earlier version of the role.

6.7.0

Toggle 6.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed install on Debian/Ubuntu (#194)

The APT repo has changed.

Fix: resolves #193

6.6.0

Toggle 6.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

6.5.0

Toggle 6.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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"
```

6.4.0

Toggle 6.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removed sudo key from Travis CI config (#171)

The key `sudo` has no effect anymore.

6.3.1

Toggle 6.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed Code Insiders config directory name (#157)

Should be `Code - Insiders`.

Bug fix: resolves #156