-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace force param to overwrite in extension webview #1663
base: main
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Approved! The overall project coverage increases by 1.62% with this PR, because of a new test for the createAnsibleCollectionPage file, which was previously untested. Great work @tanwigeetika1618 !! 🎊 |
Moving back to draft - there's an issue with versions of creator using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(see above comment)
JIRA : https://issues.redhat.com/browse/AAP-36015
Replace
force
Parameter withoverwrite
in Webview ExtensionThis PR updates the webview in the
vscode-ansible
extension to replace the deprecatedforce
parameter with theoverwrite
parameter. The changes include:overwrite
parameter.These changes align with the latest parameter updates for the Ansible collection initialization process.