mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Merge branch 'nix-patchelf' of github.com:cab404/rust-analyzer into nix-patchelf
This commit is contained in:
commit
b4ef1afd30
@ -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…
x
Reference in New Issue
Block a user