Skip to content

Releases: withastro/language-tools

astro-vscode@2.15.4

25 Oct 19:14
df90fe5
Compare
Choose a tag to compare

Patch Changes

  • 128cf11: Improves performance when using TS 5.6. Performance is still degraded compared to 5.5, but should at least be usable.

@astrojs/yaml2ts@0.2.2

25 Oct 19:14
df90fe5
Compare
Choose a tag to compare

Patch Changes

  • 128cf11: Improves performance when using TS 5.6. Performance is still degraded compared to 5.5, but should at least be usable.

@astrojs/ts-plugin@1.10.4

25 Oct 19:14
df90fe5
Compare
Choose a tag to compare

Patch Changes

  • 128cf11: Improves performance when using TS 5.6. Performance is still degraded compared to 5.5, but should at least be usable.
  • Updated dependencies [128cf11]
    • @astrojs/yaml2ts@0.2.2

@astrojs/language-server@2.15.4

25 Oct 19:14
df90fe5
Compare
Choose a tag to compare

Patch Changes

  • 128cf11: Improves performance when using TS 5.6. Performance is still degraded compared to 5.5, but should at least be usable.
  • Updated dependencies [128cf11]
    • @astrojs/yaml2ts@0.2.2

astro-vscode@2.15.3

17 Oct 12:13
4db55f0
Compare
Choose a tag to compare

Patch Changes

  • 8673fa5: Fixes certain cases where content schemas would not be reloaded properly when they were updated

@astrojs/ts-plugin@1.10.3

17 Oct 12:13
4db55f0
Compare
Choose a tag to compare

Patch Changes

  • 8673fa5: Fixes certain cases where content schemas would not be reloaded properly when they were updated

@astrojs/language-server@2.15.3

17 Oct 12:13
4db55f0
Compare
Choose a tag to compare

Patch Changes

  • 8673fa5: Fixes certain cases where content schemas would not be reloaded properly when they were updated

astro-vscode@2.15.2

07 Oct 13:26
f1bdeab
Compare
Choose a tag to compare

Patch Changes

  • 43f66cd: Fixes publishing on OpenVSX. For full changelogs between 2.11.0 and this version, please see CHANGELOG.md in the repository.

astro-vscode@2.15.1

07 Oct 13:05
0fad8bf
Compare
Choose a tag to compare

Patch Changes

astro-vscode@2.15.0

04 Oct 10:47
a38afdd
Compare
Choose a tag to compare

Minor Changes

  • 3a836de: Allow disabling the handling of updating imports when files are renamed. This is now disabled by default in VS Code, as the Astro TypeScript plugin will handle it correctly.

Patch Changes

  • 5a44072: Fixes formatting not working by default in certain circumstances