sdedic commented on a change in pull request #3414:
URL: https://github.com/apache/netbeans/pull/3414#discussion_r779905830
##########
File path:
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/explorer/DefaultDecorationsImpl.java
##########
@@ -56,6 +56,7 @@
public static final String EXPLORER_ROOT = "Explorers"; // NOI18N
public static final String COOKIES_EXT = "contextValues"; // NOI18N
+ public static final String CTXVALUE_FILE = "is:file"; // NOI18N
Review comment:
I think it is, in
[`arch.xml`](https://github.com/apache/netbeans/pull/3414/files#diff-3d2e53a800fa8bf1c32071f2a26d981c1d4f698a9e85504fac40efaf3b402b25R964)
--
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