Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio keeps showing this message "please wait for an editor command to finish"

Tags:

My projects on Visual Studio 2019 were working fine. There was an auto-update and since then, I keep getting this annoying message:

Please wait for an editor command to finish.

Is there a solution to this?

like image 832
user1527987 Avatar asked Mar 13 '20 17:03

user1527987


2 Answers

I have fixed that problem by deleting .vs folder from project.

like image 167
Akbar Asghari Avatar answered Sep 19 '22 14:09

Akbar Asghari


Like as Akbar Asghari said, just delete .vs folder from project (located in the root solution, this folder is system hidden).

  • Close the VS or kill the task.
  • Delete the folder .vs
  • Reopen solution and be happy.
like image 45
Lucio Flavio Avatar answered Sep 18 '22 14:09

Lucio Flavio