Skip to content

Commit d7331b2

Browse files
cab404kjeremy
andauthored
Update editors/code/src/main.ts
Co-authored-by: Jeremy Kolb <[email protected]>
1 parent 8e0d776 commit d7331b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async function patchelf(dest: PathLike): Promise<void> {
193193
await vscode.window.withProgress(
194194
{
195195
location: vscode.ProgressLocation.Notification,
196-
title: "Patching rust-analysis for NixOS"
196+
title: "Patching rust-analyzer for NixOS"
197197
},
198198
async (progress, _) => {
199199
const patchPath = path.join(os.tmpdir(), "patch-ra.nix");

0 commit comments

Comments
 (0)