-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Bug]: Source control UI is unresponsive starting from version 4.10+ #6153
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I experimented with the 4.11.0 and 4.12.0 Docker images but had no luck reproducing. Does it only happen with a specific repository and if so is it something that can be shared? |
Same error here, running code-server on a Synology NAS. I noticed every time I click on some Git action like revert or adding a change, "extensions are being activated" is displayed but nothing happens. I have found no errors in the logs. Can also confirm reverting to 4.9.1 it's working again. Maybe it has to do with the extension host? |
No it's not public unfortunately and can't be shared. I don't think it's something related to a project I tried with multiple projects. |
Do git commands also hang if they are run through the command
line? Checking the git extension logs might also reveal
something.
It could certainly be related to the extension host, the git
backend itself is implemented as an extension. Hard to say
without logs or a reproduction though.
|
No, command line is unaffected. I can easily do git pull / git commit / git push. |
I think if code-server is launched with |
Oh interesting, looks like there is a log level setting for git specifically as well (configured through the settings panel in code-server or through the json file). |
Wild guess, I wonder if it is trying to prompt for credentials but unable to show the popup for whatever reason. Except why would this affect revert or add? So maybe not. |
Another wild guess, are you seeing issues with memory consumption? Saw an issue once where running Edit: although, if the problem does not manifest in < 4.10 then probably unrelated. |
Same issue with version 4.7.1 |
Is it only the I was on The clocks stay there forever, |
@code-asher thanks I think they are the same problem, and this thread has a more accurate description of the problem |
More observations:
This leads me to think that perhaps something in the "Trust workspace" code is broken? |
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 bug where a workspace will not fully open. A secondary goal was to fix the Vim extension but the extension appears to work just fine without this change now (both the server and browser versions). This patch is not useful anymore anyway because there are remote-level settings that *do* get stored on disk and can be used instead of user-level settings when necessary. Fixes #3061, and possibly #6153.
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 bug where a workspace will not fully open. A secondary goal was to fix the Vim extension but the extension appears to work just fine without this change now (both the server and browser versions). This patch is not useful anymore anyway because there are remote-level settings that *do* get stored on disk and can be used instead of user-level settings when necessary. Fixes #3061, and possibly #6153.
This appears to have been fixed by Ever since upgrading from I have been swapping workspaces > 20 times on |
Thank you for confirming! 4.19.1 is now out. |
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 bug where a workspace will not fully open. A secondary goal was to fix the Vim extension but the extension appears to work just fine without this change now (both the server and browser versions). This patch is not useful anymore anyway because there are remote-level settings that *do* get stored on disk and can be used instead of user-level settings when necessary. Fixes coder#3061, and possibly coder#6153.
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.11.0Steps to Reproduce
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?
Are you accessing code-server over HTTPS?
Notes
This does not happen in 4.9.1 version of the code-server, it started with version 4.10
The text was updated successfully, but these errors were encountered: