diff options
author | Vladimir Serov <[email protected]> | 2020-05-21 19:33:30 +0100 |
---|---|---|
committer | Vladimir Serov <[email protected]> | 2020-05-21 19:33:30 +0100 |
commit | b4ef1afd300deb948ebf4bce7a3d898a1580f44f (patch) | |
tree | 10f754e52a128e7827ab5aa651604a3053bf5839 /editors | |
parent | ec5162fa7f2344ea86e11237383cb9d5ce5707aa (diff) | |
parent | d7331b2d5dcdb2002a45ac4afe64b4d801658df5 (diff) |
Merge branch 'nix-patchelf' of github.com:cab404/rust-analyzer into nix-patchelf
Diffstat (limited to 'editors')
-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 42685e0c7..ad3c1a192 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 expression = ` | 199 | const expression = ` |