Skip to content

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

2.1.0

29 Aug 19:14
Compare
Choose a tag to compare

Enhancements:

  • #29: Add ability to install extensions
  • #32: Add ability to write settings.json

Other changes:

  • #20: Added Galaxy shield to README.md
  • #21: Updated Molecule to 1.9.1
  • #22: Added link to other GantSign roles
  • #23: Fixed case of titles in README.md
  • #24: Added pycache to .gitignore
  • #25: Added license shield to README.md
  • #26: Specify hosts to testinfa via python
  • #27: Improved YAML quoting
  • #28: Specify role in YAML style
  • #31: Added test for installing extensions

2.0.1

23 Aug 19:15
Compare
Choose a tag to compare

Changes:

  • #18: Set Molecule version for Travis CI build
  • #19: Adopted yes|no convention for booleans

2.0.0

22 Aug 12:52
Compare
Choose a tag to compare

Breaking changes:

  • Variable local_ansible_data_path renamed to visual_studio_code_download_dir
    • If you were specifying local_ansible_data_path before, you can either
      specify visual_studio_code_download_dir (specific to this role), or
      specify x_ansible_download_dir (to be shared across roles).
  • The default download directory has changed from /tmp/ansible/data to
    ~/.ansible/tmp/downloads
    • If you want to change the download directory you can either:
      specify visual_studio_code_download_dir (specific to this role) or
      specify x_ansible_download_dir (to be shared across roles).

Enhancements:

  • #9: Use Molecule to aid development and testing enhancement
  • #13: Rename local_ansible_data_path to visual_studio_code_download_dir
  • #14: Move default visual_studio_code_download_dir under user home

Other changes:

  • #10: Standardized .gitattributes across roles
  • #11: Standardized .gitignore across roles
  • #17: Added documentation on version dependent config

1.1.1

15 Aug 15:51
Compare
Choose a tag to compare

#8: Fixed cut and paste error in comment

1.1.0

15 Aug 15:13
Compare
Choose a tag to compare

Enhancements:

  • #4: Declared privilege escalation for tasks
  • #5: Declared Ubuntu Trusty and Xenial as supported

Other changes:

  • #1: Test running Ansible Role
  • #2: YAML string quoting improvements
  • #3: Changed file permissions to text

1.0.3

04 Aug 22:20
Compare
Choose a tag to compare

Updated to Visual Studio Code 1.4

1.0.2

20 Jul 20:49
Compare
Choose a tag to compare

Updated to Visual Studio Code 1.3.1

1.0.1

09 Jul 19:55
Compare
Choose a tag to compare

Added Role Variables section to README.md

1.0.0

09 Jul 18:42
Compare
Choose a tag to compare

Initial release of role for Ansible to download and install Visual Studio Code.