Releases: VSChina/vscode-ansible
Releases · VSChina/vscode-ansible
v0.5.2
v0.5.1
v0.5.0
v0.4.0
New feature
- Customize docker image name. PR 166, Issue 163
- Yaml Validation, by leveraging Yaml language server.
Bug fixing
- Storage 403 error when using Cloud Shell. Issue 133
- Comments not work with ansible language. Issue 154, Issue 165
- Nested list of dictionaries not highlighted. Issue 168
Thank you
@muellerbe for fixing doc typo.
v0.3.1
v0.3.0
New feature
- Copy saved files automatically to remote host per configuration. PR 138, Issue 100, Issue 120
- Reuse SSH per configuration. PR 130
- Language Syntax per file association. Issue 93
- Custom ansible-playbook options. Issue 107
Bug fixing/Improvement
- Fix ssh passphrase not working. Issue 126
- Update docker image tag to reflect ansible version. Issue 113
- Update cloud shell runner to use cloudshell API for provisioning and file uploading. PR 124
- Update code snippets/auto completion to latest Ansible 2.6.1 version. PR 141
Thank you
- @jokajak for PR 123.
- @tchia04 @randompixel @bbung @wintermute000 @hadr10 @yosefy @zikalino for bug reporting and feature ideas.
v0.2.6
v0.1.5
Change
Make below improvement:
- Cloud Shell terminal reusable. Issue #42.
- Show hover up document linking in role structure. Issue #88.
- Improve code snippets triggering, no need of
ctril + space
. Issue #90. - Add new host option in run playbook via ssh command. Issue #96.
- Add configuration to enable/disable auto completion. Issue #93.
Thank you
Thank you for reporting issue and providing valuable feedback!
Bug fixings
Fix below issues/bugs:
- Issue #75 , #63 , #71 . Hover and symbol failed when yaml file format invalid.
- Issue #67 . Execute playbook in subfolder inside docker failed.
- Issue #77 . Execute playbook failed when workspace path contains white space.
- Issue #80 . When remote ssh server default directory is not home dir, executing playbook failed.
Support efficient playbook authoring experience
New Features:
- code navigation by symbol
- auto completion for variables
- hover over on module names
- run playbook remotely via SSH