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.
Problem: Once the user scaffolds a collection and adds the collection to the workspace, they are unable to use the web view again for subsequent usage. The only solution is...
Currently upgrade to chai v5 is not directly possible because it would require upgrade of ALS packaging to be an esm module. @TamiTakamiya @priyamsahoo @ganeshrn If one you can take...
Now that the LSP is here, maybe the docs can be improved. This is for @maxamillion
### Summary I am experiencing an issue where only modules in 'ansible.builtin' namespace are recognized correctly or suggested. Additionally, any collections (community.vmware, community.general etc) are listed in suggestions as belonging...
Update the error message displayed for the error that WCA model was not found. Old msg was: `Could not find a Model Id for IBM watsonx Code Assistant. Please contact...
The PR will: 1. add a fix to handle syntax-check errors reported by ansible-lint. There was a discrepancy because of the codeclimate format out format parsing in the extension. 2....