Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

astro-vscode@2.5.2

Choose a tag to compare

@github-actions github-actions released this 02 Nov 11:44
· 198 commits to main since this release
7e5ccb7

Patch Changes

  • bd3d933: Fix formatting sometimes causing the code to become invalid inside inline events (onclick, onload...)
  • ee41dce: Add support for TypeScript 5.3
  • 19217c4: Automatically flatten inferred unions from getStaticPaths into each other so that divergent props don't need to be manually discriminated before destructuring.