mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 06:35:27 +00:00
Update editors/code/src/main.ts
Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
This commit is contained in:
parent
8e0d776369
commit
d7331b2d5d
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user