ansible-language-server
ansible-language-server copied to clipboard
Ansible Language Server
### Summary I am the author and user of a [LSP client]() for the [vis editor](). Recently I am writing more and more ansible code and wanted to try integrating...
Related: https://github.com/DavidAnson/markdownlint/issues/545
### Problem Currently snippet for module doc is not supported ### Solution Add support for task keyword to provide module options snippet support. If user ask from auto-completion immediately after...
Related: https://github.com/ansible/vscode-ansible/issues/553
### Summary Due to https://github.com/ansible/ansible/issues/42388 ansible will almost silently refuse to load the the config file if it is world-writable. As on NTFS mounts and including the implicit mount happening...
### Summary The keyword `listen` is not detected as a keyword. All other keywords seem to be detected, including `notify`. ### Extension version 0.7.1 ### VS Code version 1.62.3 ###...
Few days ago [yaml v2.0](https://github.com/eemeli/yaml/releases/tag/v2.0.0) was released and that had lots of breaking changes and apparently it did not include a clear migration strategy. * https://github.com/nodeca/js-yaml - 10yr old, 5.5k...
We need to run ASL testing under WSL (preferably WSL2) on github actions. Please keep in mind that this is not the same thing as running tests under Windows. While...
### Problem Currently connection plugin autocompletion is not supported for `connection` keyword at `play/task` level and `ansible_connection` variable. ### Solution Will need to identify the cursor position at and if...
### Problem Ansible plugin developers prefer to have collection adjacent to playbook while developing plugins, currently playbook adjacent collections are not supported for auto-completion and diagnostics. ### Solution The `ansibleConfig`...