Marshall Bowers
Marshall Bowers
> @maxdeviant Is is possible to add a `PROXY` setting to config a proxy server to use to download lsp? For some reasons,we maybe encounter some network issues cause some...
> * By default nightly will talk to nightly collab, which will use the staging database and be distinct from preview and staging. > * We’ll add a setting to...
You can change the model in the assistant panel by clicking on the model name: Looks like we don't yet support specifying a default model via a setting: https://github.com/zed-industries/zed/blob/9cb5a84b8d37062bdd0f0afe7aeae64f714d1568/crates/assistant/src/assistant_panel.rs#L124-L127
I just discovered we do have an `assistant.default_open_ai_model` setting: The inline assistant should respect that setting: https://github.com/zed-industries/zed/blob/a80a3b8706b83e70476ed4a89252b3324edfb391/crates/assistant/src/assistant_panel.rs#L683-L685
@birosrichard What language(s) are you seeing this with?
> Before opening a new issue: does Zed support multiple LSPs at once for one language? I came across that TypeScript autocompletion does not work when using the Biome extension:...
In the next Preview release there will be a new setting for disabling the Assistant: https://github.com/zed-industries/zed/pull/9706.
@pseudomata This is awesome!
> Additionally, I was trying to add the types from a signature which would be pretty useful IMO but I couldn't figure out how to do this in the `outline.scm`...
I took a stab at this in https://github.com/zed-industries/zed/pull/7585 and was able to get it working. However, after a bit of further investigation, it seems that treating docstrings as comments/doc comments...