We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f93cff commit e5fb73dCopy full SHA for e5fb73d
1 file changed
src/daemon/index.ts
@@ -87,7 +87,7 @@ async function checkIfJavaServerCrashed(wait: number = 0/*ms*/) {
87
name: "corrupted-cache",
88
});
89
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");
+ "Clean and Restart");
91
if (ans === "Clean and Restart") {
92
sendInfo("", {
93
name: "clean-cache-action",
0 commit comments