We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a262a64 commit 10475dcCopy full SHA for 10475dc
src/exportJarSteps/utility.ts
@@ -127,7 +127,7 @@ export function successMessage(outputFileName: string | undefined): void {
127
openInExplorer = "Open Containing Folder";
128
}
129
window.showInformationMessage("Successfully exported jar to" + EOL + outputFileName,
130
- openInExplorer, "Done").then((messageResult) => {
+ openInExplorer).then((messageResult) => {
131
if (messageResult === openInExplorer) {
132
commands.executeCommand("revealFileInOS", Uri.file(outputFileName));
133
0 commit comments