sdedic commented on a change in pull request #3414:
URL: https://github.com/apache/netbeans/pull/3414#discussion_r780811652
##########
File path:
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/explorer/TreeNodeRegistry.java
##########
@@ -40,6 +42,19 @@
CompletionStage<TreeViewProvider> createProvider(String id);
public class ImageDataOrIndex {
+ /**
+ * Base URL of the image, if it could be extracted from the Image
object.
+ */
+ public URI baseURI;
+
+ /**
+ * URLs(?) of additional image constituents.
Review comment:
I know - the protocol need to be cleared up, ideally during NB13 release
cycle. The client should call back with some getImageData(). I do not want to
mess with existing parts because of the vscode release timing, but I am
planning to clean it up so the LSP server releases clean with NB13.
--
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