NuxtN
Nuxt2y ago
5 replies
SharpieMaster

No intellisense VSCode

My intellisense for types and javascript dissapear randomly, and I get a notification "To enable project-wide JavaScript/TypeScript language features, exclude large folders with source files that you do not work on.",but shouldnt the tsconfig already be doing that?

I also run out of memory often, is this normal?
ERROR  [uncaughtException] Worker terminated due to reaching memory limit: JS heap out of memory                                                                                                                                                                                                      6:33:18 p.m.

  at __node_internal_captureLargerStackTrace (node:internal/errors:496:5)
  at new NodeError (node:internal/errors:405:5)
  at [kOnExit] (node:internal/worker:313:26)
  at Worker.<computed>.onexit (node:internal/worker:229:20)


I have 32 Gb of memory, and this is my nuxi info

- Operating System: Windows_NT
- Node Version:     v20.5.0
- Nuxt Version:     3.12.4
- CLI Version:      3.12.0
- Nitro Version:    2.9.7
- Package Manager:  npm@9.8.0
- Builder:          -
- User Config:      compatibilityDate, typescript, devtools, alias, modules
- Runtime Modules:  nuxt-typed-router@3.6.5, @nuxtjs/tailwindcss@6.12.1
- Build Modules:    -
------------------------------


Thank you.
Was this page helpful?