So, I've had an Azure Dev spaces project running for a while. Up until recently, it was working fine. Now, It is stuck at "Syncronizing files".
Is there any way to debug what's going on?
So, I've had an Azure Dev spaces project running for a while. Up until recently, it was working fine. Now, It is stuck at "Syncronizing files".
Is there any way to debug what's going on?
Cancelling the
azds upcommand and restarting the terminal solves the problem for me whenever I am stuck anywhere. When even that doesn't work, it is a good idea to runaz loginonce in a while.