Unable to type in Visual Studio

后端 未结 5 1040
滥情空心
滥情空心 2020-12-22 17:08

I am unable to edit any files in a project in Visual Studio 2013. It only happens in one project. If I open a different project I am able to type fine, but once I go back

5条回答
  •  感情败类
    2020-12-22 17:28

    Happened to me today, for me the problem was with typescript files. I couldn't write in any .ts file, and this was because I created a tsconfig.json file, but didn't populate it yet (it was empty). Then I was interrupted and forgot I had this empty file, and it took me a while to realize this was the cause of the issue. This issue happened in visual studio 2015.

提交回复
热议问题