@astrojs/language-server@2.16.15
nocta-ui/nocta-ui@astrojs/language-server@2.16.15Aug 25, 2026by astrobot-houston
AI Summary
A patch release fixing a bug in the language server where organize imports was incorrectly generating exports.
Key Highlights
- Fixed `source.organizeImports` leaking generated Astro component exports into `.astro` files.
Full Release Notes
### Patch Changes - [#17820](https://github.com/withastro/astro/pull/17820) [`89e5349`](https://github.com/withastro/astro/commit/89e53492d2358596afbb327ef8bb80a44cd59807) Thanks [@matthewp](https://github.com/matthewp)! - Fixes `source.organizeImports` leaking generated Astro component exports into `.astro` files