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(
|
||||
{
|
||||
location: vscode.ProgressLocation.Notification,
|
||||
title: "Patching rust-analysis for NixOS"
|
||||
title: "Patching rust-analyzer for NixOS"
|
||||
},
|
||||
async (progress, _) => {
|
||||
const expression = `
|
||||
|
Loading…
Reference in New Issue
Block a user