Benjamin Jones

Results 6 comments of Benjamin Jones
trafficstars

I had the same "Failed to deserialize initializeParams ..." error from rust-analyzer. VS Code reported that it crashed "5 times in the last 3 minutes" whenever I open a new...

Explicitly setting the file priority one way or the other fixes the problem, ``` nix-env --set-flag priority 0 nix-2.9.0 nix-shell '' -A install ... ``` but I don't see anything...

I’m not the author of the ACM template below, but wanted to point it out in case it’s useful to anyone coming across this issue https://gist.github.com/vtta/d6268ba81ebfdd1dc573db4b72df8436

@wintered Is the commit you linked to at the top the point you've bisected the issue to?

Over a year later, I'm still getting bitten by this (or something closely related). I have a cabal package that depends on two C libraries installed in a local prefix....