neilcsmith-net commented on pull request #3443: URL: https://github.com/apache/netbeans/pull/3443#issuecomment-1012972006
Thanks! Let's see how we get on with this. Let's take the flags discussion elsewhere. Having thought on this, I think if we do keep in one file, we need two truth-y values for `is_ide` and `is_vsix` rather than a false-y one `vsix-only`. To fix some of the issues we're likely to need to filter the list both ways, and some are IDE only. Or we add a `category` array with `ide` and `vsix` - future proof for the next thing someone wants in here! :smile: -- 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
