Skip to content

Commit 10475dc

Browse files
authored
chore: Remove "done" from the message of export jar (#508)
1 parent a262a64 commit 10475dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exportJarSteps/utility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export function successMessage(outputFileName: string | undefined): void {
127127
openInExplorer = "Open Containing Folder";
128128
}
129129
window.showInformationMessage("Successfully exported jar to" + EOL + outputFileName,
130-
openInExplorer, "Done").then((messageResult) => {
130+
openInExplorer).then((messageResult) => {
131131
if (messageResult === openInExplorer) {
132132
commands.executeCommand("revealFileInOS", Uri.file(outputFileName));
133133
}

0 commit comments

Comments
 (0)