Piotr Osiewicz

Results 153 comments of Piotr Osiewicz

Hey, thanks for the report. This seems to be related to https://github.com/zed-industries/zed/issues/6853 ; both issues have a bit older Macs as well.

Hey, here's a quick update on the matter; Together with @SomeoneToIgnore we've started on the static runnables front - the code is available on [`runnables`](https://github.com/zed-industries/zed/tree/runnables) branch. At the moment, Runnables...

Another extension worth looking into is allowing one-off runnables spawned from command palette (or some other modal) as described in #7460 ; it's just another source of runnables.

Yesterday in discussion with @maxbrunsfeld we came to the following conclusions regarding runnables: - For static tasks, since our JSON schema is a subset of VSCode task schema, we should...

Initial tasks implementation has landed in Preview yesterday. There are three new actions at your disposal: - `zed: open tasks` - opens a ZED_DIR/tasks.json file that contains definitions of static...

We've just shipped task contexts (#8675) in yesterday's Preview, which expose a small subset of the editor's state to tasks in read-only fashion. Yesterday we've brainstormed how tasks could be...

> A way to run "headless" task. This has just been implemented by @SomeoneToIgnore in #9399 =) It should be out with next Preview on Wednesday (assuming we don't release...

Hey, thanks for reaching out. Icon color is set on [this line](https://github.com/zed-industries/zed/blob/d2968866b29403ccfeaf6015e644b58bdd59cbe4/crates/project_panel/src/project_panel.rs#L1383). /cc @maxdeviant

Yup, LGTM on the first skim. I'll give it a go on some clojure project later.

It looks like VSC does not have the problems with initialisation request (it completes within a reasonable time frame there), so there's definitely something Zed can do better there. I'm...