All notable changes to the "vscode-ansible" extension will be documented in this file.
- Customize docker image name. PR 166, Issue 163
- Yaml Validation, by leveraging Yaml language server.
- 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
@muellerbe for fixing doc typo.
- Fixed bug in ssh flow when no workspace.
- 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
- 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
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 for reporting issue and provide valuable feedback!
- @azwanson for Issue #88, Issue #89.
- @moltar for Issue #90.
- @tristan947 for Issue #93.
- @zikalino for Issue #96.
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 running playbook remotely via SSH.
- Add yaml language server support to provide below playbook authoring experience:
- Code navigation by Symbols.
- Hover over module names to show documentation link.
- Auto completion on variables
- Fixing bug in highlight comments.
- Support running playbook in menu context of playbook.
- Update Code snippets to show tab-stop.
- Initial release