diff options
| author | Vladimir Serov <me@cab404.ru> | 2020-05-21 21:33:30 +0300 |
|---|---|---|
| committer | Vladimir Serov <me@cab404.ru> | 2020-05-21 21:33:30 +0300 |
| commit | b4ef1afd300deb948ebf4bce7a3d898a1580f44f (patch) | |
| tree | 10f754e52a128e7827ab5aa651604a3053bf5839 /editors/code/src | |
| parent | ec5162fa7f2344ea86e11237383cb9d5ce5707aa (diff) | |
| parent | d7331b2d5dcdb2002a45ac4afe64b4d801658df5 (diff) | |
| download | rust-b4ef1afd300deb948ebf4bce7a3d898a1580f44f.tar.gz rust-b4ef1afd300deb948ebf4bce7a3d898a1580f44f.zip | |
Merge branch 'nix-patchelf' of github.com:cab404/rust-analyzer into nix-patchelf
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 42685e0c76d..ad3c1a192de 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 expression = ` |
