diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index 1c6e3093b5..bfa9980be4 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -193,7 +193,7 @@ async function patchelf(dest: PathLike): Promise { await vscode.window.withProgress( { location: vscode.ProgressLocation.Notification, - title: "Patching rust-analysis for NixOS" + title: "Patching rust-analyzer for NixOS" }, async (progress, _) => { const patchPath = path.join(os.tmpdir(), "patch-ra.nix");