Piotr Osiewicz

Results 106 comments of Piotr Osiewicz

Hey, this is actually expected (although admittedly a bit confusing); if there's a recent run in history with the same label as it's template, we leave out the template. I've...

Can you post the path of your project? The crash seems to be in the Rust stdlib on parsing of path components.

Related to: https://github.com/zed-industries/zed/issues/6853

Hey, yeah, contributions are welcome. We had a discussion about this internally and one suggested solution was to use user-specified shell for user tasks (coming from global tasks.json/oneshots) and "standard"...

Yeah, I think we should bite a bullet and allow defining it in tasks.json. I don't think we should use user settings there given that you can have worktree-local tasks.json;...

The problem is, while uniformly sticking to a common shell like /bin/sh makes certain scenarios easier (e.g. writing tasks as extension author), it prevents user from accessing the aliases and...

A question/food for thought: will all of the tests show up in a task modal? On one hand I think that'll bloat the modal, but on the other it would...

Hey, We did consider using an lsp extension for tasks (see https://github.com/zed-industries/zed/issues/7108), but it does not solve test discoverability problem for language servers without these kinds of protocol extensions. In...