Skip to content

Commit

Permalink
fix(help-explorer): remove extra data provider tree register VSCODE-343
Browse files Browse the repository at this point in the history
… (#441)
  • Loading branch information
Anemy authored Oct 12, 2022
1 parent eec91cd commit c5ddbf4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/explorer/helpExplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ export default class HelpExplorer {
this._treeView,
telemetryService
);
vscode.window.registerTreeDataProvider(
'mongoDBHelpExplorer',
this._treeController
);
}
}

Expand Down

0 comments on commit c5ddbf4

Please sign in to comment.