This repository was archived by the owner on Nov 17, 2025. It is now read-only.
astro-vscode@2.5.2
·
198 commits
to main
since this release
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
getStaticPathsinto each other so that divergent props don't need to be manually discriminated before destructuring.