Achal1607 opened a new pull request, #7548: URL: https://github.com/apache/netbeans/pull/7548
Unused suppress warning was not showing up in netbeans IDE, so fixed that. Netbeans already had option for providing suppress warnings hint in the sub-menu. So, leveraged that piece of code to extend this capability in the VS Code CodeActions as well. Introduced suppress warnings hint in vscode. <img width="456" alt="image" src="https://github.com/apache/netbeans/assets/55803675/57a6a4a8-d14a-408d-94da-550fa3b14263"> In the above image. "- >" represents subfixes. For more info refer: https://github.com/oracle/javavscode/issues/96 -- 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
