Ansible Language Server Versions Save

🚧 Ansible Language Server codebase is now included in vscode-ansible repository

v1.2.1

9 months ago

Bugfixes

  • Fix withInterpreter issue (#594) @priyamsahoo

v1.2.0

10 months ago

Minor Changes

  • Add support for playbook adjacent collections (#511) @priyamsahoo
  • Use antsibull-docs-ts to render semantic markup (#563) @felixfontein

Bugfixes

  • Fix isPlaybook method (#590) @priyamsahoo
  • Fix vars completion in task files (#589) @priyamsahoo
  • Return URI instead of filepath (#560) @ajinkyau

v1.1.0

10 months ago
  • Bump json5 from 2.2.1 to 2.2.3 (#539)

Minor Changes

  • Update yaml to 2.x (#566) @ssbarnea
  • Add variable auto-completion feature when cursor inside jinja inline brackets (#552) @priyamsahoo

Bugfixes

  • Fix github issue links in docs (#573) @antdking
  • Fix ansible lint config parsing (#577) @priyamsahoo
  • Add env variable to remove color from command result stdout (#579) @priyamsahoo
  • Get module route for FQCN with more than 3 elements (#538) @fredericgiquel
  • Replace sphinx with mkdocs (#544) @ssbarnea

v1.0.4

1 year ago

Bugfixes

  • Modify package version info in meta-data (#530) @priyamsahoo
  • Fix intermittent EE test failures (#533) @ganeshrn

v1.0.3

1 year ago

Bugfixes

  • Correct container name (#515) @ssbarnea
  • Add note about task vs go-task (#509) @samccann
  • Remove als acronym from docs website title (#507) @samccann
  • Isolate container caching from others (#492) @ssbarnea
  • Update docs url (#494) @ssbarnea
  • Make node 14 minimal version required (#491) @ssbarnea
  • Use ghcr.io instead of quay.io as default registry (#489) @ssbarnea

v1.0.2

1 year ago

Bugfixes

  • Avoid parsing ansible-lint config file (#478) @priyamsahoo
  • Enhance ansible meta-data (#475) @priyamsahoo
  • Add support for ansible-lint config file (#474) @priyamsahoo

v1.0.2-next.0

1 year ago

Bugfixes

  • Avoid parsing ansible-lint config file (#478) @priyamsahoo
  • Enhance ansible meta-data (#475) @priyamsahoo
  • Add support for ansible-lint config file (#474) @priyamsahoo

v1.0.1

1 year ago

Bugfixes

  • Add documentation link for violated ansible-lint rules (#461) @priyamsahoo
  • Support for FQCN with more than 3 elements (#449) @fredericgiquel
  • Replace which with command -v (#463) @priyamsahoo

v1.0.0

1 year ago

Minor Changes

  • Update settings to disable validation (#448) @priyamsahoo

Bugfixes

  • Fix bug related to diagnostics caching when validation is disabled (#451) @priyamsahoo

v0.10.3

1 year ago

Bugfixes

  • pythonInfo: use python3 instead of python (#445) @clwluvw