Marshall Bowers

Results 367 comments of Marshall Bowers

> Best guess for fixing this issue appears to be in the construction of the `Command` in the `run_npm_subcommand` method of the `RealNodeRuntime` implementation. Specifically, the `npm_file` path is being...

v0.1.2 of the PHP extension now has support for reading the LSP settings from the Zed settings: Here's how the settings should be structured in your `settings.json`: ```json { "lsp":...

This is available in [Zed v0.121.0](https://zed.dev/releases/preview/0.121.0).

This comes down to what values are coming from Zed vs from the language server itself. The keys of `lsp` are the names of the language server. It looks like...

> Since extensions already exist in Zed, is there any documentation for how we can create our own? > > I use Zed by choice (most of the time) and...

We now highlight in the "Installation" section of the README that only macOS is currently supported: https://github.com/zed-industries/zed?tab=readme-ov-file#installation

Closing, as we've updated the repo README with more clarification for platform support. Linux and Windows support are currently underway, so this will be moot before long.

Counts for `H` and `L` motions are available in [Zed v0.121.0](https://zed.dev/releases/preview/0.121.0). @ConradIrwin Do we have `scrolloff` support, or not yet?

We now have user theme support and allow overriding themes via `experimental.theme_overrides` in the settings file. We're still figuring out what the future of the built-in Zed themes is, but...

Closing this, as it is solved by custom themes and/or theme overrides.