Turning off “Language Service Disabled” error message in VS2017

后端 未结 9 1607
故里飘歌
故里飘歌 2020-12-14 05:53

We are getting the following \"Error\" message in our MVC web application in Visual studio 2017 Enterprise.

The language service is disabled for proje

9条回答
  •  天涯浪人
    2020-12-14 06:53

    In My case I just disable TypeScript support on Visual Studio:

    Tools > Extensions and Updates > TypeScript for Microsoft Visual Studio > Disable

    After that, just restart Visual Studio, and you are good to go.

    Hope this will help,

提交回复
热议问题