Skip to content

Commit

Permalink
fix: we cannot pprof in windows
Browse files Browse the repository at this point in the history
closes: keithamus#66
  • Loading branch information
maraisr committed Dec 17, 2024
1 parent 9d99419 commit ce6bf5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/hdx_lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ tracing-subscriber = { workspace = true }
[dev-dependencies]
glob = { workspace = true }
criterion = { workspace = true, features = ["html_reports"] }
pprof = { workspace = true, features = ["flamegraph", "criterion"] }
insta = { workspace = true, features = ["json"] }
similar = { workspace = true }
console = { workspace = true }

[target.'cfg(target_family = "unix")'.dev-dependencies]
pprof = { workspace = true, features = ["flamegraph", "criterion"] }

[features]
default = []
fancy = ["miette/fancy-no-backtrace"]

0 comments on commit ce6bf5c

Please sign in to comment.