VSCode IntelliSense / TypeScript sometimes pulls types from solid-js/types/server/reactive.js
#2441
Answered
by
greypants
fongandrew
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
greypants
Aug 6, 2025
Replies: 2 comments 2 replies
-
The SolidJS extension for VS Code is no longer available in the marketplace. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fongandrew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had the same issue with
createStore
auto-suggesting importing from"solid-js/store/types/server.js"
instead of"solid-js/store"
I was able to work around the issue by adding this regex to the TypeScript > Preferences: Auto Import Specifier Exclude regexes setting in VS Code: