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

fix(help-explorer): remove extra data provider tree register VSCODE-343 #441

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

Anemy
Copy link
Member

@Anemy Anemy commented Oct 10, 2022

VSCODE-343
Doesn't need to be in release notes as the bug wasn't released. Looks like we added an extra registerTreeDataProvider to the help tree although it is already registered in the previous lines when we pass the treeDataProvider to createTreeView. This resulted in it not handling the tree selections (no link clicks).
https://github.com/mongodb-js/vscode/pull/437/files#diff-9bc69eef7e7b5c6202fdac33a5f439e7ca8be35d80a56724d4b49b3e6c7f38f6R26

More on tree data providers: https://code.visualstudio.com/api/extension-guides/tree-view#registering-the-treedataprovider

@Anemy Anemy merged commit c5ddbf4 into main Oct 12, 2022
@Anemy Anemy deleted the VSCODE-343-fix-link-in-help-feedback-tree branch October 12, 2022 17:56
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

Successfully merging this pull request may close these issues.

1 participant