You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "jhorvath (via GitHub)" <gi...@apache.org> on 2023/03/06 17:30:02 UTC

[GitHub] [netbeans] jhorvath commented on a diff in pull request #5613: Display DB welcome only when no connections are defined.

jhorvath commented on code in PR #5613:
URL: https://github.com/apache/netbeans/pull/5613#discussion_r1126794798


##########
java/java.lsp.server/vscode/src/extension.ts:
##########
@@ -980,12 +980,20 @@ function doActivateWithJDK(specifiedJDK: string | null, context: ExtensionContex
     class Decorator implements TreeItemDecorator<Visualizer> {
         private provider : CustomizableTreeDataProvider<Visualizer>;
         private setCommand : vscode.Disposable;
+        private initialized: boolean = false;

Review Comment:
   Is this flag used anywhere?



-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists