VSCode IntelliSense / TypeScript sometimes pulls types from solid-js/types/server/reactive.js
#2441
Unanswered
fongandrew
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When autocompleting commonly functions from the SolidJS API, sometimes VSCode insists on pulling from
solid-js/types/server/reactive.js
instead ofsolid-js
. AFAICT, onlysolid-js
works. Theserver/reactive.js
variants don't play nice with a standard Vite SPA.Is there some sort of
tsconfig.json
or VSCode or Vite config thing I'm missing? Kind of annoying how often I accidentally autocomplete and insert the wrong import half the time.Beta Was this translation helpful? Give feedback.
All reactions