bestgopher

Results 83 comments of bestgopher

Could you tell me what version of Zed you're using?

https://github.com/wakatime/zed-wakatime/blob/57e2c52a5f7133e028f97d8cbbac3b1479ed5088/wakatime-ls/src/main.rs#L88

add --include and --exclude options?

Are you saying that you need a way to pass the --category parameter to wakatime-cli?

I don't know how it works in VSCode, but for Zed, wakatime-cli is launched as an LSP, so I think it's not possible.

Maybe we need to check if the version of wakatime-cli is greater than 1.91?

Since `Slab` implements the `FromIterator` trait, you can use it to construct a new `Slab`. ``` fn test_from_iter() { let mut raw = Slab::new(); for i in 0..=3 { raw.insert(i);...

> can you elaborate a little more on your use case and desire here? is it a problem to shell out to `kopium` during the build process? like prost-build.