entlicher commented on a change in pull request #3382:
URL: https://github.com/apache/netbeans/pull/3382#discussion_r772623852
##########
File path: java/java.lsp.server/vscode/src/explorer.ts
##########
@@ -92,11 +97,11 @@ class VisualizerProvider extends vscode.Disposable
implements CustomizableTreeDa
private root: Visualizer;
private treeData : Map<number, Visualizer> = new Map();
private decorators : TreeItemDecorator<Visualizer>[] = [];
- private pendingRefresh : Set<number> = new Set();
-
+
constructor(
private client: LanguageClient,
private ts : TreeViewService,
+ private log : vscode.OutputChannel,
Review comment:
Aha, O.K. then it's fine. Thanks for explanation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists