Update editors/code/src/main.ts
Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
This commit is contained in:
@@ -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 patchPath = path.join(os.tmpdir(), "patch-ra.nix");
|
const patchPath = path.join(os.tmpdir(), "patch-ra.nix");
|
||||||
|
|||||||
Reference in New Issue
Block a user