We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a57737 commit 3765bfdCopy full SHA for 3765bfd
src/upgrade/utility.ts
@@ -92,7 +92,7 @@ async function checkOrPromptToEnableAppModExtension(keyword: string) {
92
if (choice2 === BTN_TEXT) {
93
await commands.executeCommand("workbench.extensions.search", ExtensionName.APP_MODERNIZATION_FOR_JAVA);
94
}
95
- })()
+ })();
96
97
98
export async function checkOrPopupToInstallAppModExtensionForModernization(
0 commit comments