Thorsten Ball

Results 480 comments of Thorsten Ball

If it's possible, that would be neat, yep

What language server are you using, @4nur4g?

Does that show an error message? Does it support formatting via ranges? See discussion, that includes information that not all language servers support the feature.

I meant these comments up here: https://github.com/zed-industries/zed/pull/18752#issuecomment-2404160498 I just tested this myself and seems like for TypeScript the default formatter is `prettier`. Change it to `vtsls` and it should work:...

@hferreiro are you using remoting? are you in a multi-buffer? do you use collab? I can't reproduce the issue with clang exactly like you have it. There is an issue...

Also, are you sure the LSP is configured as formatter?

Oh, I think this might be an interesting case... > When I start Go from the home directory, and it reopens `/home/alexey/drozd` as the most recent project directory, it says:...

> I couldn't follow the instructions in question 2 exactly because I don't know how to close a project :-) Zed always reopens the last project on startup for me....

I think the problem is that when you launch Zed from the CLI, we treat the environment inherited by the `zed` CLI as the one with the highest-precedence. That's similar...

> I've got so many questions! Before I get into the rest, maybe this will help 😄 https://zed.dev/docs/environment > What does it mean to “launch from the CLI”? Does it...