Skip to content

Releases: withastro/language-tools

@astrojs/language-server@2.13.2

06 Aug 17:08
b6d5aab
Compare
Choose a tag to compare

Patch Changes

  • e8e18a8: Fixes an issue where errors inside script and style tags could be offset by a few characters when multi bytes characters were present in the file

@astrojs/check@0.9.2

06 Aug 17:08
b6d5aab
Compare
Choose a tag to compare

Patch Changes

  • e8e18a8: Fixes an issue where errors inside script and style tags could be offset by a few characters when multi bytes characters were present in the file
  • Updated dependencies [e8e18a8]
    • @astrojs/language-server@2.13.2

astro-vscode@2.13.1

31 Jul 16:20
492b2bf
Compare
Choose a tag to compare

Patch Changes

  • cc94bef: Revert a change to top-level returns that could prevent the return types of functions from being correct in certain cases

astro-vscode@2.13.0

31 Jul 12:11
93b5c30
Compare
Choose a tag to compare

Minor Changes

  • b65d6b4: Adds support for SCSS and LESS intellisense inside style tags

Patch Changes

  • 3a60f00: Fixes code lens on Astro.glob not working as expected

@astrojs/ts-plugin@1.9.1

31 Jul 16:20
492b2bf
Compare
Choose a tag to compare

Patch Changes

  • cc94bef: Revert a change to top-level returns that could prevent the return types of functions from being correct in certain cases

@astrojs/language-server@2.13.1

31 Jul 16:20
492b2bf
Compare
Choose a tag to compare

Patch Changes

  • cc94bef: Revert a change to top-level returns that could prevent the return types of functions from being correct in certain cases

@astrojs/language-server@2.13.0

31 Jul 12:11
93b5c30
Compare
Choose a tag to compare

Minor Changes

  • b65d6b4: Adds support for SCSS and LESS intellisense inside style tags

Patch Changes

  • 3a60f00: Fixes code lens on Astro.glob not working as expected

@astrojs/check@0.9.1

31 Jul 16:20
492b2bf
Compare
Choose a tag to compare

Patch Changes

  • cc94bef: Revert a change to top-level returns that could prevent the return types of functions from being correct in certain cases
  • Updated dependencies [cc94bef]
    • @astrojs/language-server@2.13.1

@astrojs/check@0.9.0

31 Jul 12:11
93b5c30
Compare
Choose a tag to compare

Minor Changes

  • b65d6b4: Adds support for SCSS and LESS intellisense inside style tags

Patch Changes

  • Updated dependencies [3a60f00]
  • Updated dependencies [b65d6b4]
    • @astrojs/language-server@2.13.0

astro-vscode@2.12.8

25 Jul 22:54
5a79bbd
Compare
Choose a tag to compare

Patch Changes

  • 7733a56: Revert changes to Emmet completions, it was generating the wrong completions in certain cases