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

HOTFIX: Fixed a registration error with the TreeView containers #110

Merged
merged 1 commit into from
Sep 25, 2019

Conversation

parithon
Copy link
Collaborator

Purpose

It was brought to my attention that the treeview containers were not working as expected by @clarkio. This is a hotfix to fix the issues.

Cause

When we registered the treeview components with VSCode we reused the same identifier for each panel the treeview is currently in (explorer, debug, and the highlighter panel). I learned that you must have a unique ID for each panel. I made the changes necessary in the package.json and extension.ts files to register our treeview with each of the panels separately which solves the problem.

@parithon parithon added the bug Something isn't working label Sep 24, 2019
@parithon parithon changed the title Fixed a registration error with the TreeView containers HOTFIX: Fixed a registration error with the TreeView containers Sep 24, 2019
Copy link
Owner

@clarkio clarkio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working as expected. Thanks for fixing this!

@clarkio clarkio merged commit 2f079f2 into clarkio:master Sep 25, 2019
@clarkio clarkio mentioned this pull request Sep 25, 2019
@parithon parithon deleted the treeview-hotfix branch October 1, 2019 12:32
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 this pull request may close these issues.

2 participants