Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rust-analyzer): disable "poking"
`rust-analyzer` uses `CFG_RELEASE` env var to determine, whether it should "poke" users on failures - this feature is meant for rust-analyzer developers only, which is a different target audience than expected users of this flake See: - https://github.com/rust-lang/rust-analyzer/blob/8772b865c913afd1510f69649f238b0f31eace3d/crates/rust-analyzer/build.rs#L9-L11 - https://github.com/rust-lang/rust-analyzer/blob/8772b865c913afd1510f69649f238b0f31eace3d/crates/rust-analyzer/src/lsp/utils.rs#L99-L116 Signed-off-by: Roman Volosatovs <[email protected]>
- Loading branch information