sdedic commented on a change in pull request #3468:
URL: https://github.com/apache/netbeans/pull/3468#discussion_r786486637



##########
File path: java/java.lsp.server/vscode/src/extension.ts
##########
@@ -827,6 +827,7 @@ function doActivateWithJDK(specifiedJDK: string | null, 
context: ExtensionContex
             // create project explorer:
             c.findTreeViewService().createView('foundProjects', 'Projects', { 
canSelectMany : false });
             createDatabaseView(c);
+            c.findTreeViewService().createView('cloud.resources', undefined, { 
canSelectMany : false });

Review comment:
       I guess we could make some `package.json` registration of our own for 
this :)
   
   Update: nitpick, not to be solved in the PR ... just if we add more 
explorers we could do that using some registration in package.json




-- 
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

Reply via email to