ArmoredPony

Results 14 comments of ArmoredPony

> One thing you could check is whether setting `rust-analyzer.cargo.buildScripts.useRustcWrapper` to `false` fixes this behavior. Tried that and it didn't help, VSCode crashed after creating 4k processes. It feels that...

yeah sorry, a few months after this issue was opened the problem suddenly disappeared. no idea what exactly has changed, but these processes are no longer there. this issue should've...

@G4sp4rCS I later found out that in my case it was this https://github.com/microsoft/vscode/issues/218666. I clearly remember disabling all other plugins when reproducing this problem, but I guess I somehow failed...

Looks like `DynDigest` is implemented for `Hasher` via [blanket implementation](https://docs.rs/digest/latest/digest/trait.DynDigest.html#implementors)