ethereum / remix-desktop

Remix IDE desktop
1.03k stars 265 forks source link

Feat: Reflecting changes with git checkout branch #192

Open Amit0617 opened 1 year ago

Amit0617 commented 1 year ago

I almost took it for granted in latest text-editors with changing branch in terminal, editors also shift to the changed branch but remix still caches old branch content and when shifting back to old branch I saw difference cached from it got overwritten on current branch. This creates problem like every time I want to change branch I would have to close remix, change branch and then reopen remix then it will get current state automatically.

Amit0617 commented 1 year ago

Looks like there are already issue reported @mushketyk #149 #150 #151 #152 #153