Achal1607 opened a new pull request, #7621: URL: https://github.com/apache/netbeans/pull/7621
In [PR #6990](https://github.com/apache/netbeans/pull/6990), some refactoring was done on the source actions to incorporate VSCode changes. During this process, the command arguments for the required source action were hardcoded with the nbls prefix without checking the NBCode extended capabilities prefix flag. This introduced a regression for extensions other than the Apache Java extension that use the NetBeans LSP, causing the source action menu to stop working. This fix ensures that the source action commands are properly prefixed, respecting the NBCode extended capabilities prefix flag, and restores functionality for all relevant extensions. For more info: https://github.com/oracle/javavscode/issues/214 and https://github.com/oracle/javavscode/issues/215 -- 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
