Marshall Bowers
Marshall Bowers
It sounds like you’re referring to the empty window that is left after a collaboration session is ended? You should just be able to close that individual window and return...
Could you provide some more details? What language(s) are you seeing this in?
It's set at the language level: https://github.com/zed-industries/zed/blob/2e8197ce6efb689c17980dee00fec0c7f93f223b/crates/languages/src/typescript/config.toml#L18
> In the setup there are `languages` and `language_overrides` and `language_servers` and `lsp` I can't tell the difference. `languages` and `language_overrides` are the same; one is just an alias for...
Does it work if you use this setting? ```json { "features": { "inline_completion_provider": "none" }, } ```
This was addressed in #11940.
There was a change to the settings needed to disable the Copilot button. You can use this setting and set the value to `"none"`: https://github.com/zed-industries/zed/blob/593f0e0c3ef08da7e528230867526dcb77e723fa/assets/settings/default.json#L16
@dimeeentor Are you seeing this in a public or private repo?
I'd like to dig into/understand the underlying issue a bit more first. Because the `language_servers` setting should indicate the order in which language servers are used by the formatter (at...
Just so we're clear, are there two _newlines_ or just two lines with a single newline? This is what I see: The above behavior is the expected behavior when `ensure_final_newline_on_save`...