Replies: 2 comments 6 replies
-
Any chance this project is public? I could give it a shot to see
if I get the same issue. Without a reproduction it will be tough
to track down.
Is there anything different about how you open this project
compared to others? For example do you open it directly or is it
part of a workspace, are all the projects on the same machine,
etc.
Otherwise all I can think of is to try disabling extensions,
clearing data (browser and maybe on disk at
~/.local/share/code-server but note removing the latter will
delete extensions as well), cloning the project again, that sort
of thing.
|
Beta Was this translation helpful? Give feedback.
5 replies
-
I found no error in those logs :
That command works fine.
It looks like I'm never getting to this output though. Would you be interested in a remote control session ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
On a specific code-server project (i.e. other projects aren't affected), source control doesn't work anymore at all : I can't commit/push/pull/view changes.
However, those actions still work using the terminal.
The changelist is still displayed, but when clicking on a file :
The editor could not be opened because the file was not found.
error is displayed in the UI ;Unable to read file 'git:<path>?{"path":"<path>","ref":"~"}' (Error: Unable to resolve nonexistent file 'git:<path>?{"path":"<path>","ref":"~"}')
error is displayed in the console (with any file, despite they all exist).Nothing is printed server-side when performing this action, even in verbose mode.
I would have filed an issue but I can't figure out how to reproduce it and am not a VSCode user so I can't fill those.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions