code-server: [Bug]: Source control UI is unresponsive starting from version 4.10+
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: Windows
- Remote OS: Debian
- Remote Architecture: amd64
code-server --version: 4.11.0
Steps to Reproduce
- install code-server 4.11.0 using install shell script
- run code-server
- modify file
- enter source control and try to add file as “git add” through the UI, it is unresponsive. It’s not only git add, but also revert and the whole UI for pull/push except git commit
Expected
git functionality as git add / git revert / git pull / git push should happen
Actual
UI is clickable but unresponsive and there are no logs showing in git terminal
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
- I cannot reproduce this in VS Code.
- I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
This does not happen in 4.9.1 version of the code-server, it started with version 4.10
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 16 (8 by maintainers)
Commits related to this issue
- Delete local storage patch The main goal of this patch was to make user settings stored on disk instead of in the browser, but this stopped working some time ago. Not only that but it is causing a b... — committed to coder/code-server by code-asher 7 months ago
- Delete local storage patch The main goal of this patch was to make user settings stored on disk instead of in the browser, but this stopped working some time ago. Not only that but it is causing a b... — committed to coder/code-server by code-asher 7 months ago
This appears to have been fixed by
4.19.1-rc.2.Ever since upgrading from
4.13.0, I faced the issue about 50% of the time when I open another workspace.I have been swapping workspaces > 20 times on
4.19.1-rc.2and not faced it once,Thank you for confirming! 4.19.1 is now out.