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

Using GIT plugin generates an error on the console #7953

Open
lmcbout opened this issue Jun 3, 2020 · 1 comment · Fixed by #9045
Open

Using GIT plugin generates an error on the console #7953

lmcbout opened this issue Jun 3, 2020 · 1 comment · Fixed by #9045
Assignees
Labels
bug bugs found in the application git issues related to git help wanted issues meant to be picked up, require help scm issues related to the source control manager Team: Che-Plugins issues related to the che-plugins team vscode issues related to VSCode compatibility

Comments

@lmcbout
Copy link
Contributor

lmcbout commented Jun 3, 2020

Bug Description:

Using open-vsx Git and Git-ui with Theia configuration, there seems to be an error logged on the console when I select a file in the SCM (Git) view

Steps to Reproduce:

  1. Use Git annd Git-UI version 1.39.1 from open-vsx registry
  2. Remove from your package.json : @theia/git"
  3. Compile and open a workspace having some files modified in your workspace
  4. Open SCM view
  5. Select a modified file
    --> The diff editor open with the modified file
    --> Look at the console, there is an error being reported:
root ERROR Child node 'file-change-tree-root' does not belong to this 'file-change-tree-root' tree.
  1. If I use the "List mode" in the SCM view (Not the tree mode"
    --> get another error:
root ERROR Child node 'file-change-tree-root' does not belong to this 'file-change-tree-root' tree.
root ERROR [hosted-plugin: 22309] TextEditor is disposed!

Additional Information

  • Operating System: Ubuntu 18.04
  • Theia Version: latest
  • Git / Git-UI version 1.39.1
@akosyakov akosyakov added bug bugs found in the application git issues related to git help wanted issues meant to be picked up, require help scm issues related to the source control manager vscode issues related to VSCode compatibility labels Jun 4, 2020
@vinokurig vinokurig added the Team: Che-Plugins issues related to the che-plugins team label Oct 2, 2020
@vinokurig vinokurig self-assigned this Oct 8, 2020
@vinokurig
Copy link
Contributor

We still see some root ERROR Child node 'file-change-tree-root' does not belong to this 'file-change-tree-root' tree. console errors when an SCM tree node is created or removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application git issues related to git help wanted issues meant to be picked up, require help scm issues related to the source control manager Team: Che-Plugins issues related to the che-plugins team vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants