jtulach commented on code in PR #7579: URL: https://github.com/apache/netbeans/pull/7579#discussion_r1685266927
########## java/java.hints/src/org/netbeans/modules/java/hints/infrastructure/JavaErrorProvider.java: ########## @@ -81,20 +82,18 @@ import org.openide.util.Exceptions; import org.openide.util.Union2; -/** +/** Provides errors and hints for VSCode. This class is abstract to + * be subclasses and registered by VSCode extension XML layer. * * @author lahvac */ -@MimeRegistration(mimeType="text/x-java", service=ErrorProvider.class) Review Comment: > ... drop the @MimeRegistration on this class, and register the class in nbcode. Thanks @jlahoda. Done in 512ee11 -- 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
