Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ansible/vscode-ansible

Tags

v25.9.0

Toggle v25.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove 'Add Pattern' webview and jsonValidation (#2174)

* Remove add pattern webview and json validation

* Trigger RTD build again

* Update src/features/contentCreator/types.ts

Co-authored-by: Kate Case <[email protected]>

---------

Co-authored-by: Kate Case <[email protected]>

v25.8.1

Toggle v25.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
lightspeed: multi-line completion with recent vscode (#2141)

Ensure multiline completions also work with the recent vscode releases.

See: 55e2720

v25.8.0

Toggle v25.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
lightspeed: ensure completion doesn't finish with a \n (#2138)

Not clear yet why, but when the prediction ends with a `\n` and we are
at the top of a short file, the completion is not properly displayed
by VSCode.

This only happens with recent (=~ less than 1 month) release. e.g
1.102.1 in my case.

This is a new behaviour that seems to be connected with some recent
changes within `reshapeMultiLineInsertion()`[0]

[0]: https://github.com/microsoft/vscode/blob/20724f79ba5142f9055a0a38a188fee3f15f79a4/src/vs/editor/contrib/inlineCompletions/browser/model/inlineSuggestionItem.ts#L681

v25.7.2

Toggle v25.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove use of --path argument in ansible-creator commands (#2126)

v25.7.1

Toggle v25.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
gha: run scheduled jobs twice a day (#2120)

v25.7.0

Toggle v25.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change github.ref_name to github.run_id for download-artifact (#2105)

v25.4.0

Toggle v25.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: enable toml-sort-fix (#1949)

Partial: AAP-44002

v25.3.1

Toggle v25.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
lightspeed: avoid a race condition

- refresh the settings first before refreshing the webviews.
- also, ensure lightspeed is enabled before firing a view refresh

v25.3.0

Toggle v25.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

v25.2.0

Toggle v25.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for Collection Plugin and Collection & Playbook Project Webviews (#…

…1815)

* Fix for 'Path does not exist' error in Collection Plugin webview

* Fix for Collection and Playbook project