withastro / astro · Issue No. 16979
Astro v6.4.2
Node v22.22.2
System Windows (x64)
Package Manager npm
Output static
Adapter none
Integrations none
n/a - problem is with VS Code extension
Astro VS Code extension shows red squigglies for properly formatted pages:
The error message is always "JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists."
I see this on a fresh installation of VS Code 1.123.0 with only the Astro extension installed. Build and runtime are healthy (astro build succeeds), so this appears to be editor/language-service diagnostics only.
jsxImportSource: "astro".types: ["astro/client"] and src/env.d.ts.<script lang="ts"> should be treated as TypeScript in .astro files.Relay reads this issue against the repository's contribution signals: the files it is likely to touch, how the maintainers triage work this size, and what the first contribution would exercise.
The full analysis for this issue is still being assembled. Until then, the description above and the thread on GitHub are the most reliable context.