Marshall Bowers

Results 367 comments of Marshall Bowers

> there was an issue building Rust package which is resolved now. What was the issue you were seeing?

> Here [UserNobody14/tree-sitter-dart@b62a295](https://github.com/UserNobody14/tree-sitter-dart/commit/b62a295ad93e7eb9f739cc87cf34b8ec7811d190) Oh, I see. We had previously switched to your fork to fix the issue with the Rust bindings, and now we're switching back to the upstream version.

> > my understanding is that before lsp selection, each lsp has to be provided by the zed-core or an extension. And I don't see any ruff-lsp or pylsp extensions...

> Would be nice to be able to see somewhere in the ui the running language servers You can see a list of the currently running language servers in `debug:...

> @maxdeviant Hi, is there a plan to extract the `solargraph` (LSP) for Ruby? There is [an issue](https://github.com/zed-industries/zed/issues/4834) regarding adding support for the `Ruby LSP`. I was considering writing an...

> It would be great to be able to install extensions without relying on the UI: preferably declaratively using `settings.json` (or another config file), or via the `zed` shell command....

> > We have an `auto_install_extensions` setting in Zed v0.133.x (releasing to Preview today) that allows you to indicate what extensions should be installed on startup: > > I suspect...

> > It should work for all extensions, but you need to use the extension ID: > > ```json > > "auto_install_extensions": { > > "dracula": true > > },...

@luckydye What do you have your `"formatter` setting set to? Is it `"formatter": "language_server"`?

> Thanks for tagging, @SomeoneToIgnore! > > Few thoughts: > > 1. I think the analysis is correct and that we should switch to `auto`, now that we pass the...