Bennet Bo Fenner

Results 104 comments of Bennet Bo Fenner

> I don't know what else would prevent Zed from knowing what language server to associate with an unsaved a file. It looks like the LSP protocol does not support...

Formatting unsaved buffers using external formatters will be supported when #12597 is merged. I was just talking about the LSP formatting situation.

@und3fined Looks like your tab size is set to 4 but the file is formatted with a tab size of 2? Do you have different tab sizes configured for typescript/svelte?

> @bennetbo Sorry but, it's random bug left is settings.json, center incorrect, right ident guide correct > > > More detail (video) > > Screen.Recording.2024-05-30.at.23.51.06.mov Thanks for the video, that...

@tdomhan You should be able to add a timeout like this: ```json "language_models": { "ollama": { "low_speed_timeout_in_seconds": 30 } } ```

@XiaoConstantine Looks like you're correct and we are actually not respecting the `low_speed_timeout_in_seconds` setting for the google AI provider. I just put up #17423 which should fix the issue.

> It looks great, I hope it can have built-in rainbow indentation :) @d1y It is actually built-in. In your settings file you will be able to do something like...

@baldwindavid Indent guides use the theme color's `editor.indent_guide` and `editor.indent_guide_active` when `coloring` is set to `fixed` (which is the default). So they can be styled by both the theme and...

> @bennetbo Super cool. I added `"editor.indent_guide": "#00000000"` and it works great. > > I also see that you went ahead and added the per language config. I tried it...

> Elixir is the main language and HEEX a templating language for Elixir. They are both in the [elixir extension within the zed repo](https://github.com/zed-industries/zed/tree/main/extensions/elixir/languages). > > While the elixir extension...