Releases: ansible/vscode-ansible
Releases · ansible/vscode-ansible
v2.12
Minor Changes
- Update lightspeed doc link in README (#1097) @TamiTakamiya
- Reject feedback API for unlicensed users after disabling tech preview (#1090) @TamiTakamiya
Bugfixes
- avoid duplicated suggestionFeedback event (#1099) @goneri
- Unbound variable error in language server CI jobs (#1095) @TamiTakamiya
- Update CI job to assign auto server number for xvfb execution (#1094) @priyamsahoo
v2.11
Minor Changes
- Lightspeed VSCode extension: Analytics telemetry opting-out support (#1078) @hasys
- Integrate code coverage & mock Lightspeed server into CI (#1067) @TamiTakamiya
- Show Licensed or Unlicensed for user type (#1064) @TamiTakamiya
- Mock Lightspeed Server for local test execution (#1062) @TamiTakamiya
- lightspeed/inlineSuggestions: refactoring to simplify the testing (#1055) @goneri
- lightspeed: show a proper message when the user has no seat (#1059) @goneri
- Enable code coverage on e2e tests (#1056) @TamiTakamiya
- Lightspeed multitask inference e2e test cases (#1074) @TamiTakamiya
- Update vscode-extension-tester to 7.0.0 (#1081) @TamiTakamiya
Bugfixes
- handle command in python interpreter path (#1082) @robinbobbitt
- avoid an exception during init if 'roles' is not a directory (#1085) @goneri
- handle invalid python interpreter path (#1077) @robinbobbitt
- enable lightspeed connect when ready (#1076) @robinbobbitt
v2.10
Major Changes
- Show the license section of content matches only for licensed users (#1019) @TamiTakamiya
Minor Changes
- Show model ID to be used in statusbar tooltip (#1046) @TamiTakamiya
- Rename files and vars to use camel case inline with the naming conven… (#1048) @ganeshrn
- unit-test coverage for contentMatchesWebview (#1041) @goneri
- AAP-18228: Handle user's trial expiry (#1037) @hasys
- GitHub Codespaces/code-server support (#1012) @TamiTakamiya
- unit-tests: move from Jest to Mocha (#1031) @goneri
- lightspeed: a unit-test for the error handling (#1028) @goneri
- lightspeed: use the code value from the 403 (#1024) @goneri
Bugfixes
- Do not send duplicated inline suggestion feedback (#1050) @TamiTakamiya
- fix check for no seat assigned (#1040) @robinbobbitt
- Handle spaces in file path (#1032) @ajinkyau
v2.9
Major Changes
- Add lightspeed indications for tech preview and license users (#1014)
@ganeshrn - Add user action to track suggestion ignore scenarios (#1004) @ganeshrn
- Ansible-creator integration with extension (#1000) @priyamsahoo
Minor Changes
- Improve task setup phase (#1010) @ssbarnea
- Lightspeed service status code 403 from CloudFlare mistaken as invalid Model
ID (#1005) @manstis
Bugfixes
- [ansible-creator] Fix file opening issue in Linux environments (#1009)
@priyamsahoo
v2.8
Major Changes
- Add support to display content matches for multiple tasks (#988) @ganeshrn
- Add support for lightspeed multi-task pattern match and model Id updates (#979) @ganeshrn
- Add additional context for lightspeed suggestions (#973) @ganeshrn
- Add support specifying model Id for Lightspeed subscribed users (#971) @ganeshrn
Minor Changes
- Add support to display content matches for multiple tasks (#988) @ganeshrn
- Add a checkbox while sharing Lightspeed sentiment/issue feedback (#980) @ganeshrn
Bugfixes
- Fix to ignore empty model ID (#995) @ganeshrn
- Fix reading copilot settings within the extension and other updates (#994) @ganeshrn
- Update data_source to data_source_description in content matches (#993) @ganeshrn
- Fix for multi-task and single-task lightspeed suggestions (#992) @ganeshrn
- Update suggestions field in contentmatch API request (#990) @ganeshrn
- Fix multitask trigger invocation and code match support for multi-task (#983) @ganeshrn
- Add check to not sent feedback events for subscribed lightspeed users… (#981) @ganeshrn
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