mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue