diff options
| author | Cabia Rangris <me@cab404.ru> | 2020-05-21 17:50:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-21 17:50:28 +0200 |
| commit | d7331b2d5dcdb2002a45ac4afe64b4d801658df5 (patch) | |
| tree | 1632ffc1b15a2f17fa6b630dded3a114d1c65b0b /editors/code/src | |
| parent | 8e0d776369f807c1d3f60abb899d2fe0d83570d4 (diff) | |
| download | rust-d7331b2d5dcdb2002a45ac4afe64b4d801658df5.tar.gz rust-d7331b2d5dcdb2002a45ac4afe64b4d801658df5.zip | |
Update editors/code/src/main.ts
Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
Diffstat (limited to 'editors/code/src')
| -rw-r--r-- | editors/code/src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index 1c6e3093b55..bfa9980be4e 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -193,7 +193,7 @@ async function patchelf(dest: PathLike): Promise<void> { 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"); |
