mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
Merge branch 'nix-patchelf' of github.com:cab404/rust-analyzer into nix-patchelf
This commit is contained in:
commit
b4ef1afd30
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ async function patchelf(dest: PathLike): Promise<void> {
|
||||||
await vscode.window.withProgress(
|
await vscode.window.withProgress(
|
||||||
{
|
{
|
||||||
location: vscode.ProgressLocation.Notification,
|
location: vscode.ProgressLocation.Notification,
|
||||||
title: "Patching rust-analysis for NixOS"
|
title: "Patching rust-analyzer for NixOS"
|
||||||
},
|
},
|
||||||
async (progress, _) => {
|
async (progress, _) => {
|
||||||
const expression = `
|
const expression = `
|
||||||
|
|
Loading…
Reference in a new issue