Skip to content

Releases: withastro/language-tools

@astrojs/language-server@2.7.4

13 Feb 10:40
c2c2a46
Compare
Choose a tag to compare

Patch Changes

  • 6924c7e: Fixes semantic highlighting not working inside .ts(x) files in certain cases
  • 310fbfe: Fix Svelte and Vue integrations not working on Windows in certain cases

@astrojs/check@0.5.4

13 Feb 10:40
c2c2a46
Compare
Choose a tag to compare

Patch Changes

  • 6924c7e: Fixes semantic highlighting not working inside .ts(x) files in certain cases
  • 310fbfe: Fix Svelte and Vue integrations not working on Windows in certain cases
  • Updated dependencies [6924c7e]
  • Updated dependencies [310fbfe]
    • @astrojs/language-server@2.7.4

astro-vscode@2.7.3

12 Feb 09:10
5a5a098
Compare
Choose a tag to compare

Patch Changes

  • de58706: Fix imports from certain packages not working correctly in certain cases

@astrojs/ts-plugin@1.5.1

12 Feb 09:10
5a5a098
Compare
Choose a tag to compare

Patch Changes

  • de58706: Fix imports from certain packages not working correctly in certain cases

@astrojs/language-server@2.7.3

12 Feb 09:10
5a5a098
Compare
Choose a tag to compare

Patch Changes

  • de58706: Fix imports from certain packages not working correctly in certain cases

@astrojs/check@0.5.3

12 Feb 09:10
5a5a098
Compare
Choose a tag to compare

Patch Changes

  • de58706: Fix imports from certain packages not working correctly in certain cases
  • Updated dependencies [de58706]
    • @astrojs/language-server@2.7.3

@astrojs/language-server@2.7.2

09 Feb 12:44
b8158fa
Compare
Choose a tag to compare

Patch Changes

  • a2280a8: Avoid checking Svelte and Vue files when running astro check

@astrojs/check@0.5.2

09 Feb 12:44
b8158fa
Compare
Choose a tag to compare

Patch Changes

  • a2280a8: Avoid checking Svelte and Vue files when running astro check
  • Updated dependencies [a2280a8]
    • @astrojs/language-server@2.7.2

astro-vscode@2.7.1

08 Feb 17:42
82ef517
Compare
Choose a tag to compare

Patch Changes

  • 7b1ab72: Fix TypeScript not working inside script tags

astro-vscode@2.7.0

08 Feb 14:55
12ed6dc
Compare
Choose a tag to compare

Minor Changes

  • 15a5532: Upgrade to Volar 2.0. No regressions are currently expected, however as this is a fairly consequential backend change, please report any issues you encounter.

    For reference, Volar is the underlying framework that powers the Astro language server, you can think of it as Vite for editor tooling.