0

I get the following error in my solution:

Error The JavaScript language service has been disabled for the following project(s): . Click to find out more.

The web project previously had a tsconfig file but this has since been moved to another project. I do not want to create a tsconfig.json just to get rid of the error and I don't want to reset all my userdata using:

devenv.exe /resetuserdata

Is there anything I have missed?

Turning off "Language Service Disabled" error message in VS2017

Ogglas
  • 62,132
  • 37
  • 328
  • 418
  • Can you please add what you have already tried? – pathurs Jan 23 '18 at 09:30
  • @pathurs I have looked for solutions but not found anything good. I do not wan't to turn off add a tsconfig file that won't be used and reset my userdata. This seems to be the solutions people have used. – Ogglas Jan 23 '18 at 09:33
  • There exists a limit of 20MB JS files... in this case there seems to be a [solution](https://developercommunity.visualstudio.com/content/problem/130929/the-javascript-language-service-has-been-disabled.html) – OlafW Jan 23 '18 at 10:33
  • @OlafW There is only on bundled file in the project, 5 MB in development. – Ogglas Jan 23 '18 at 12:12
  • Try this: [Turning off “Language Service Disabled” error message in VS2017](https://stackoverflow.com/questions/42990428/turning-off-language-service-disabled-error-message-in-vs2017/57396574#57396574). – Murat Yıldız Aug 07 '19 at 14:21

0 Answers0