Open linhanyu opened 3 years ago
@linhanyu thank you for reporting the issue :+1:
I verified using master with the --no-cluster
flag and the layout properly restored for me.
@linhanyu thank you for reporting the issue 👍 I verified using master with the
--no-cluster
flag and the layout properly restored for me.
I test in my macbook and it seems ok for restore layout. It's still cannot be restore in my windows PC. The recently 1.17.2 version suffered from same issue.
@linhanyu thank you for reporting the issue 👍 I verified using master with the
--no-cluster
flag and the layout properly restored for me.
It must recur on my PC. I can provide my environment if remote operation needed.
Bug Description:
Theia use localStorage to store layout information. It's wired that store operation failed when specify --no-cluster. I find this problem in 1.16.0. Theia Blueprint not suffer from this issue because it start up without --no-cluster. What more strange is I have set breakpoint in LocalStorageService. It's actually runs into
correctly, but the result seems not flush on disk then app quit.
Steps to Reproduce:
Additional Information