Releases: ansible/vscode-ansible
Releases · ansible/vscode-ansible
v1.1
Minor Changes
- Add Red Hat telemetry gathering (#732) @ganeshrn
- Reuse terminal setting (#689) @egnirra
- Enhance ansible metadata and Bump ALS version from 1.0.1 to to 1.0.2 (#677) @priyamsahoo
- Add event driven schema for autocompletion and diagnostics of EDA rules (#673) @ganeshrn
Bugfixes
- Upgrade ALS to 1.0.4 (#733) @priyamsahoo
- Update location of ansible schemas (#705) @ssbarnea
- Fix broken pipe error in test-setup.sh (#693) @priyamsahoo
- Update search paths for ansible.cfg based on the documentation (#691) @priyamsahoo
- Enables reuse of existing ansible terminals (#683) @egnirra
- Enhance ansible metadata and Bump ALS version from 1.0.1 to to 1.0.2 (#677) @priyamsahoo
- Missing
ansible.completion.*configuration (#663) @yaegassy - Refresh status-bar title and content when extension settings are changed (#662) @priyamsahoo
v1.0.0
Minor Changes
- Add support to run ansible-navigator with execution environment (#652) @ganeshrn
- Update the extension to support disabling diagnostics (#648) @priyamsahoo
Bugfixes
- Improve description of configuration options (#649) @priyamsahoo
- Update ALS version to 1.0.1 (#656) @priyamsahoo
- Use creator-ee v0.9.2 to fix CI failures (#653) @priyamsahoo
- Update ansible-lint and version and e2e-tests to support changes the changes (#643) @priyamsahoo
- More refactor for ansible metadata feature (#641) @ganeshrn
- Refactor extension.ts (#635) @priyamsahoo
- Switch to new location of Molecule JSON Schema (#637) @ssbarnea
v0.14.0
Minor Changes
- Add auto-detection of Ansible files based on their content (#617) @priyamsahoo
Bugfixes
v0.13.0
Minor Changes
- Add feature to dynamically associate yaml files to
ansiblelanguage (#600) @priyamsahoo
Bugfixes
v0.12.0
v0.10.0
v0.9.0
v0.8.1
v0.8.0
v0.7.1
Bugfixes
- Fixed inline encryption of multiline strings (#337) @jeinwag
- Prevented throwing an unhandled exception caused by the undefined linter
arguments settings
(ansible/ansible-language-server#142)
@ssbarnea - Implemented opening standalone Ansible files that have no workspace
associated
(ansible/ansible-language-server#140)
@ganeshrn