vscode-hg icon indicating copy to clipboard operation
vscode-hg copied to clipboard

Source Control tab is completely empty

Open php4fan opened this issue 1 year ago • 3 comments

In VSC I opened a folder that is a hg repository (the main project folder contains a .hg folder).

I go to the Source Control tab and all I see is this:

image

php4fan avatar Jan 22 '24 16:01 php4fan

For about a minute or less there were a bunch of hg processes consuming 100% CPU

php4fan avatar Jan 22 '24 16:01 php4fan

Wait, is it only showing changes in the working directory? (there are none in mine). Is it not supposed to show the history anywhere?

php4fan avatar Jan 22 '24 16:01 php4fan

I have the same issue. Nothing in source control, just like in the screenshot above. But yesterday it somewhat worked until I tried to add files to commit, there were some errors, and after that it was empty after restart. But I still can see which lines were changed in files.

Versions:

  • VS code remote via SSH, server is Debian GNU/Linux 10 (buster)
  • VS code version: 1.88.1
  • hg extension version: v1.9.0
  • hg version on remote server: 4.0.2 (old, from 2016)

Logs from output > hg look like this:

hg outgoing -q
hg log -T json -r p1() + p2()
hg branch
hg status -C
hg log -T json -r p1() + p2()
hg branch
hg status -C
hg cat <somefile> -r .
hg cat <someotherfile> -r .
hg incoming -q
hg outgoing -q
hg log -T json -r p1() + p2()
hg branch
hg status -C
hg log -T json -r p1() + p2()
hg branch
hg status -C

oskarkk avatar Apr 24 '24 09:04 oskarkk