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

VScode.dev not matching up with GitHub repository. #143959

Closed
apexofacircle opened this issue Feb 25, 2022 · 5 comments
Closed

VScode.dev not matching up with GitHub repository. #143959

apexofacircle opened this issue Feb 25, 2022 · 5 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@apexofacircle
Copy link

apexofacircle commented Feb 25, 2022

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: Online
  • OS Version: Chrome Os

Steps to Reproduce:

  1. GO to Vscode.dev
  2. Open remote site repository

The files in VScode.dev are not matching up with the files in my repository, This is the repository I am trying to access: https://github.com/Apexofacircle/apexofacircle.github.io

Screenshot 2022-02-25 09 21 41
Screenshot 2022-02-25 09 21 18

@joyceerhl
Copy link
Collaborator

@apexofacircle, This happens whenever you have pending local changes that require a sync with GitHub. From the screenshot above, the index.html file has uncommitted changes, as indicated by the warning icon file decoration.
image

To sync repository contents, you can do any of the following:

  1. commit your changes--we will prompt you to pull in the incoming changes as part of this process
  2. discard your local changes if you don't want them anymore and just want to apply the incoming changes
  3. click the sync button in the bottom left corner of the editor:
    image

Related: microsoft/vscode-remote-repositories-github#115

@apexofacircle
Copy link
Author

Thank you, I am an idiot. The refresh button worked. Sorry for wasting your time.

@joyceerhl
Copy link
Collaborator

No apologies needed, we have received similar feedback that this is confusing. Do you think the proposals in microsoft/vscode-remote-repositories-github#115 help to reduce confusion about why vscode.dev gets out of sync with the contents on github.com?

@apexofacircle
Copy link
Author

A little bit.

@joyceerhl
Copy link
Collaborator

Thanks for the feedback. Closing as a duplicate of microsoft/vscode-remote-repositories-github#115 since it sounds like you are unblocked for now and the underlying UX issue is being tracked there.

@joyceerhl joyceerhl added the *duplicate Issue identified as a duplicate of another issue(s) label Feb 28, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@deepak1556 @joyceerhl @apexofacircle and others