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

前端 未结 9 1592
被撕碎了的回忆
被撕碎了的回忆 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:51

    Tools > Options > Text Editor > JavaScript/TypeScript > Language Service...

    Uncheck 'Enable the new JavaScript language service'.

    Restart Visual Studio

    This appears to prevent the NodeJS process from starting.

提交回复
热议问题