aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/code/src/main.ts2
1 files changed, 1 insertions, 1 deletions
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<void> {
193 await vscode.window.withProgress( 193 await vscode.window.withProgress(
194 { 194 {
195 location: vscode.ProgressLocation.Notification, 195 location: vscode.ProgressLocation.Notification,
196 title: "Patching rust-analysis for NixOS" 196 title: "Patching rust-analyzer for NixOS"
197 }, 197 },
198 async (progress, _) => { 198 async (progress, _) => {
199 const patchPath = path.join(os.tmpdir(), "patch-ra.nix"); 199 const patchPath = path.join(os.tmpdir(), "patch-ra.nix");