Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Control tab is completely empty #205

Open
php4fan opened this issue Jan 22, 2024 · 3 comments
Open

Source Control tab is completely empty #205

php4fan opened this issue Jan 22, 2024 · 3 comments

Comments

@php4fan
Copy link

php4fan commented Jan 22, 2024

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
Copy link
Author

php4fan commented Jan 22, 2024

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

@php4fan
Copy link
Author

php4fan commented Jan 22, 2024

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

@oskarkk
Copy link

oskarkk commented Apr 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants