diff --git a/src/extension.ts b/src/extension.ts index 4c4b250b..8e2da11c 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -1018,7 +1018,9 @@ export async function activate(context: vscode.ExtensionContext) { // if there is no such hash in runs if (!state.case.ids.includes(hash)) { - vscode.window.showErrorMessage('Unexistent case hash'); + vscode.window.showErrorMessage( + 'Requested hash does not exist', + ); return; }