Kirill Bulatov

Results 478 comments of Kirill Bulatov

Looks amazing if it actually works, can't wait to test it! Right now though, I lack the ability to open the terminal still (have spawned the code both remotely and...

Oh indeed it opens on the client side this way, thank you for pointing it out — I've got confused somehow. A few immediate notes that you might be aware...

Hey @Yesterday17 , I was thinking to put more traction into this and get the both readonly and writeful remote terminals by the end of this month. Would you want...

What language is that, JS? Zed does not do anything to formatting itself, instead passing that onto prettier or the language server, depending on your set-up: check out `formatter` in...

So, JS after all? I know that Prettier default formatting logic had been different between versions, might be that the playground has something different in that regards. If it's not...

Sure, you can try setting the `formatter` option to something else, e.g. `language_server` or set the `"format_on_save": "off",`

> I suspect that your macOS version might simply not have said profiler. I believe, every macOs has the HUD ![image](https://github.com/zed-industries/zed/assets/2690773/9a923140-ae1f-4130-9de0-0c9626618851) and this sentence is wrong. This is actually a...

This is also an issue for me, have you tried toggling it twice in a row? That does "work" for me when the HUD is on and I want to...

https://github.com/zed-industries/zed/pull/8567 solves this in a radical way by reverting the functionality. To get the hud in Zed on macOs, one could set the corresponding env variable, e.g.: `/bin/launchctl setenv MTL_HUD_ENABLED...

This looks close to be done, so it would be great to add a new docs entry to the https://github.com/zed-industries/zed/tree/main/docs/src/languages list before merging.