Visual Studio 2017 - Node.JS Server Process - Turn off?

前端 未结 9 1588
被撕碎了的回忆
被撕碎了的回忆 2020-12-12 10:33

I\'m working on a ASP.NET App in Visual Studio 2017 and I\'m noticing a Node.JS: Server-side Javascript process running at 1.3GB to 1.8GB of memory. My IIS worker process is

9条回答
  •  鱼传尺愫
    2020-12-12 10:42

    To disable Language Services in VS Code, go to extensions, then filter on builtin extensions and disable the TypeScript/Javascript language service.

    I finally discovered this after VS code's node service crashed my server about a million times. Annoying that this was so hard to find documentation about.

提交回复
热议问题