oracle / javavscode

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
Apache License 2.0
231 stars 31 forks source link

Backport NB23 patch 7390 to fix the Exception template #247

Closed sid-srini closed 3 months ago

sid-srini commented 3 months ago

In NB23, patch #7390 fixed the regression where the newly created exception from template did not extend Exception, thereby failing to compile.

This temporarily backports the fix until NB23 is incorporated.