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

[BUG] File diffs do not work with Gluon/partial workspaces #444

Open
mikeseese opened this issue Nov 1, 2022 · 0 comments · May be fixed by #447
Open

[BUG] File diffs do not work with Gluon/partial workspaces #444

mikeseese opened this issue Nov 1, 2022 · 0 comments · May be fixed by #447
Labels
bug Something isn't working

Comments

@mikeseese
Copy link
Contributor

Describe the bug
The file diffs do not work at all for partial/Gluon workspaces. This is due to cm status returning a -1 changeset when on branch. The fix should be to use cm fileinfo on each file request rather than getting a changeset for the whole workspace.

To Reproduce
Steps to reproduce the behavior:

  1. Create partial workspace with Gluon
  2. Make a change to a text-based file
  3. Try to see change in VSCode

Expected behavior
File diffs should work for both partial and full workspaces.

Screenshots
image

Relevant output
Any text that appears in the Plastic SCM output in VS Code that could be helpful to troubleshoot.

Environment (please complete the following information):

  • OS: Windows 11
  • Extension version: 0.1.2
  • Visual Studio Code version 1.72.2

Additional context
I'm working on implementing a fix

@mikeseese mikeseese added the bug Something isn't working label Nov 1, 2022
@mikeseese mikeseese linked a pull request Nov 1, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant