Skip to content

Commit e5fb73d

Browse files
Simplify the clean cache notification buttons (#1025)
1 parent 2f93cff commit e5fb73d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/daemon/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async function checkIfJavaServerCrashed(wait: number = 0/*ms*/) {
8787
name: "corrupted-cache",
8888
});
8989
const ans = await vscode.window.showErrorMessage("Java extension cannot start due to corrupted workspace cache, please try to clean the workspace.",
90-
"Clean and Restart", "Later");
90+
"Clean and Restart");
9191
if (ans === "Clean and Restart") {
9292
sendInfo("", {
9393
name: "clean-cache-action",

0 commit comments

Comments
 (0)