Releases: ansible/vscode-ansible
Releases · ansible/vscode-ansible
v2.7
- Fix broken Ansible Lint docs link (#959) @ElijahLynn
Minor Changes
- Categorise extension settings and fix ansible language configurations (#961) @priyamsahoo
Bugfixes
- Unchange insertText to snippetstring (#962) @priyamsahoo
- Categorise extension settings and fix ansible language configurations (#961) @priyamsahoo
v2.6
Bugfixes
- Fix var capturing regex (#955) @priyamsahoo
v2.5
Minor Changes
- Upgrade als to v1.2.1 (#950) @priyamsahoo
- Add ability to select and set cursor on vars following
_var_pattern (#884) @priyamsahoo - Upgrade yaml package to 2.x (#925) @priyamsahoo
Bugfixes
- Upgrade als to v1.2.1 (#950) @priyamsahoo
- Fix command runner (#949) @priyamsahoo
- Update lightspeed task name regex match condition (#947) (#948) @ganeshrn
- Fix ansibleContent feedback event trigger (#940) @ganeshrn
- Update runner.ts to correctly get the path of ansible (#945) @priyamsahoo
- Make hover e2e tests fixture messages more generic (#934) @priyamsahoo
v2.4
v2.3
v2.2
Bugfixes
- Update attributionsWebview.ts (#901) @robinbobbitt
v2.1
Minor Changes
- Easy discovery of Python interpreter and Ansible executables (#871) @priyamsahoo
Bugfixes
- Add information message for inline suggestion trigger command (#896) @ganeshrn
- Update status-bar items (#891) @priyamsahoo
- Update inline suggestion trigger condition (#892) @ganeshrn
- Add ability to select and set cursor on vars (#883) @priyamsahoo
- Add logic for conditional Authentication Provider registration (#877) @ganeshrn
- Fix regex to match trigger for lightspeed suggestion (#875) @ganeshrn
- Update dependencies (#872) @ssbarnea
v2.0
Major Changes
- Add support for Ansible Lightspeed settings to enable/disable the service, configure base URL and enable/disable Watson code assistant @ganeshrn
- Add support to authenticate with the Ansible Lightspeed service @priyamsahoo
- Add support for inline suggestion for Ansible tasks using Ansible Lightspeed with Watson code Assistant @ganeshrn
- Ansible Lightspeed panel support for displaying training matches for Watson Code Assistant @ganeshrn
- Ansible Lightspeed status bar support with link to survey @ganeshrn
- Add support to gather Ansible content data and sent it to Ansible Lightspeed service as feedback to improve the service @ganeshrn
Minor Changes
- Update Ansible metadata event for enable/disable settings of Ansible Lightspeed (#853) @ganeshrn
- Update inline suggestion service name (#851) @ganeshrn
- Check for valid YAML for wisdom (#841) @ganeshrn
- Update wisdom survey link (#838) @ganeshrn
- To add the support for Ansible Lightspeed API versioning (#823) @justjais
- Add support for training source matches for inline suggestions (#827) @ganeshrn
Bugfixes
- Fix to provide inline suggestions on click (#849) @ganeshrn
- Fix wisdom basePath empty/leading and trailing space issue (#843) @ganeshrn
- Improve message handling for status code 204 (#839) @ganeshrn
- More Project Wisdom renaming (#835) @elyezer
- Fix unnecessary call to feedback API (#834) @ganeshrn
- Add versioning for match API (#830) @ganeshrn
- Update wisdom base path (#829) @ganeshrn
- Show informational message when inline suggestion is empty (#828) @ganeshrn
- Update Project Wisdom Name (#826) @elyezer
- Minor OAuth fixes (#824) @priyamsahoo
- Downgrade Redhat telemetry package because of ES module incompatibility (#825) @priyamsahoo
- Inline suggestion improvements (#820)Co-authored-by: Ganesh Nalawade [email protected] (#820) @priyamsahoo
- Fix improper indentation while copying (#821) @priyamsahoo
- To fix Ansible wisdom basepath empty url issue (#816) @justjais
- Ignore errors from feedback API (#810) @ganeshrn
v1.3
Minor Changes
- Add activity tracker id from wisdom user interaction (#807) @ganeshrn
- Update extension settings for inline suggestions (#798) @ganeshrn
- Enable authentication for wisdom service (#797) @ganeshrn
- Update wisdom feedback to use service feedback API and changes (#796) @ganeshrn
- Add initial skeleton for adding oauth in view container (#792) @priyamsahoo
- Update inlinesuggestion request as per new payload (#793) @ganeshrn
- Update code to return snippet string during completion of tasks (#790) @priyamsahoo
- updates to support service version 4 (#786) @gebhardtr
Bugfixes
- Add ansible logo for tree view in package (#808) @ganeshrn
- Add check for authenticated user before sending feedback request (#804) @priyamsahoo
- Fix indentation on moving to next line (#803) @priyamsahoo
- Handle trailing slash in wisdom base uri (#802) @priyamsahoo
- typo in wisdomOAuthProvider.ts (#800) @robinbobbitt
- Update yarn lock file (#801) @ganeshrn
- Fix prompt value for inline suggestion request (#799) @ganeshrn
- To handle all available error response code from VS code extension side for wisdom (#785) @justjais
- Correct rulebook glob path (#787) @ssbarnea
- Correct changelog (#784) @ssbarnea
v1.2
Minor Changes
- Show info in status-bar if a newer version of ansible-lint is available (#692) @priyamsahoo
- Add code changes for inline suggestion [part-1] (#766) @ganeshrn