Kirill Bulatov

Results 478 comments of Kirill Bulatov

Such behavior is available, but might not be obvious enough: ``` "allow_concurrent_runs": true, "use_new_terminal": false ``` This combination will allow not to wait for previous tasks before spawning the new...

Thank you for noticing. Changing this indeed cleans up the code and plugin configs: https://github.com/zed-industries/zed/pull/11558 but has one side-effect: now, there's no opt-into prettier setting for any languages, and with...

> Does it make sense to add `prettier_parse_name` to the language settings Good point, will get rid of it and replace with some boolean. But now, the whole "migration &...

As a source for inspiration: all options are disabled by default, even for Rust and are configurable through the menu.

This was introduced in https://github.com/zed-industries/zed/pull/7356 which seems not have been released yet: https://zed.dev/releases/preview So, Zed 0.136 this Wednesday should contain the support for this setting, but due to the PR...

https://github.com/zed-industries/zed/pull/9919 (and the PR it follows-up) https://github.com/zed-industries/zed/pull/12067 established the API as https://github.com/zed-industries/zed/blob/ba1d28f160459bc13c6ec9f044afff1f97fae294/crates/gpui/src/platform.rs#L138-L139 So far, only macOS code provides impls for the methods, but nominally the issue is implemented already — ...

Could there be more context given? It's interesting to know where do such paths come from and why cannot we fix those properly without a workaround. From my perspective, this...

> If the project directory starts with ~ you get a "no such file or directory" Fixed that by escaping the paths manually: turns out all rust bash escaping crates...

Could we consider passing the proxy into `npm` too? There seem to be some issues related to that though, but seems to be very helpful to do along the way:...

@huacnlee just to confirm — does npm work for you?