vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.
Replaces the existing sidebar welcome view with a new webview containing links to extension features.
Old view:
New view:
Updates existing tests to use the "Getting Started" link rather than the old button.
Reduces duplication by moving the getSystemDetails function to the src/features/utils folder for use by both the welcome page and quick links webviews.
Replaces the existing sidebar welcome view with a new webview containing links to extension features.
Old view:
New view:
Updates existing tests to use the "Getting Started" link rather than the old button.
Reduces duplication by moving the
getSystemDetails
function to thesrc/features/utils
folder for use by both the welcome page and quick links webviews.Jira issue: AAP-27841