vscode-ansible icon indicating copy to clipboard operation
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.

Results 232 vscode-ansible issues
Sort by recently updated
recently updated
newest added

I felt that it's a bit ugly to have no icon for Ansible files. Before | After --|-- ![image](https://github.com/ansible/vscode-ansible/assets/8687777/51eadacb-e9e1-4034-be7f-3aa4b978d904) | ![image](https://github.com/ansible/vscode-ansible/assets/8687777/85e8f0e5-a335-4d2b-9541-326783dc0a60)

enhancement

## 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]...

bug

### Summary It's hogging up the CPU. ![image](https://github.com/ansible/vscode-ansible/assets/278492/fdd1dad4-5a6b-414d-ac64-ce2eeaa7688d) ### Extension version v24.4.0 ### VS Code version 1.88.1 ### Ansible Version ```shell ansible [core 2.14.9] config file = None configured module...

bug

### 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....

documentation

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...

bug

### 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...

feature