From d7331b2d5dcdb2002a45ac4afe64b4d801658df5 Mon Sep 17 00:00:00 2001 From: Cabia Rangris Date: Thu, 21 May 2020 17:50:28 +0200 Subject: Update editors/code/src/main.ts Co-authored-by: Jeremy Kolb --- editors/code/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index 1c6e3093b..bfa9980be 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"); -- cgit v1.2.3