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.
Merge summaries API into generations API to be more consistent with corresponding WCA API.
VS Code counterpart of https://github.com/ansible/ansible-ai-connect-service/pull/979
The PR will add unit tests for the utility functions written for the content creator features in the extension.
### Summary when using ansible lint on a machine with dotnet installed i get the following error: `cmd 'ansible-lint --version' has the following error/warning: WARNING: PATH altered to expand ~...
### Summary Event-Driven Ansible rulebooks are not syntax highlighted and auto completion is missing  in comparison to playbooks:  the `ansible-lint` part is working correctly. Only syntax highlighting and...
Bumps the dependencies group with 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@shikijs/core](https://github.com/shikijs/shiki/tree/HEAD/packages/core) | `1.9.0` |...
updates: - [github.com/streetsidesoftware/cspell-cli: v8.8.2 → v8.9.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.8.2...v8.9.0)
### Summary In the Playbook Explanation view, the copy menu item in the context menu does not work. For copying a text on the view, we need to select text...
Rename `inlineSuggestion` key to `inlineSuggestionFeedback` to be consistent with the other key of the `FeedbackRequestParams` structure.