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