vscode-ansible
vscode-ansible copied to clipboard
vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.
I felt that it's a bit ugly to have no icon for Ansible files. Before | After --|--  | 
## Beep boop. Your images are optimized! Your image file size has been reduced by **33%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...
This ticket is used to track progressive changes we need to make to the codebase in order to improve the code quality and prevent regression. ```[tasklist] ### Tasks - [x]...
### Summary It's hogging up the CPU.  ### Extension version v24.4.0 ### VS Code version 1.88.1 ### Ansible Version ```shell ansible [core 2.14.9] config file = None configured module...
### Problem Previously ansible-language-server was provided as a separate repository. While it is now merged in to the vscode-ansible repository, the development documentation ([development.md](https://github.com/ansible/vscode-ansible/blob/main/docs/development.md)) is still assuming the old structure....
This would allow the user to use a devcontainer w/o ever having to install any dev tools locally. We would need to suggest/depend on the devcontainer extension or provide instructions...
### Summary TLDR: Modules from collections are not recognized (no definition found) when COLLECTIONS_PATH is set via environment variable. 1) `ansible.cfg` does not have `collections_path` (https://docs.ansible.com/ansible/latest/reference_appendices/config.html#collections-paths) setting in file. However...
### Problem Our Playbooks rely heavily on imports of all kinds playbooks, roles and files. Sometimes its hard to follow the imports, and it would be really handy to just...