@astrojs/language-server@2.16.16

withastro/astro@astrojs/language-server@2.16.16Aug 31, 2026by astrobot-houston

AI Summary

Fixes a bug where the language server would skip checking .astro files that are only reachable through TypeScript project references.

Key Highlights

  • Fixes 'astro check' silently skipping .astro files in project references.

Full Release Notes

### Patch Changes

-   [#17715](https://github.com/withastro/astro/pull/17715) [`a51c533`](https://github.com/withastro/astro/commit/a51c533224687120f0b279f740bdd80b62bc3769) Thanks [@wakqasahmed](https://github.com/wakqasahmed)! - Fixes `astro check` silently skipping `.astro` files that are only reachable through a TypeScript project reference (a tsconfig referenced via `references` in another tsconfig). These files are now checked and reported like any other `.astro` file.