Ben Chen

Results 11 comments of Ben Chen

Hej @jackgle, I had the same syntax issue, and it turns out it should be similar to `environment`. I'll also open a PR to add an example about the multi-layers...

Hello, how did you install your RocksDB? For me, I got the same issue at the beginning. But after I installed the DB by using `brew`, everything works fine now.

indeed, I am also looking for something like this. But I wonder how can we know the `and` and `or` from the `column_dict`

> ```js > usePlaceholders > ``` Hello @mrnugget I was searching Zed's official gopls docs, and I found this post and see you put the config: `usePlaceholders` Does it really...

Hello @mrnugget Yes, I tried setting it to false here and there. None of them worked. Do you confirm that disabling also works on your side?

Thank you @mrnugget I finally found out why it didn't work for me. A stupid mistake: Since `rust-analyzer` is the first object in the `lsp`, I accidentally put the `gopls`...

This should be under `language` instead of `language_overrides`, as it will be deprecated if I understand correctly.

> It will use Ruff from the current venv? @skhaz, if the version doesn't matter to you, i.e, one ruff binary rules all you can use `pipx`, for example, and...

that case, just set your `ruff` path in the project `.zed/settings.json` see the [docs](https://zed.dev/docs/configuring-zed)

Well, sublime text and vscode are used the same way. Personally, I wrote a small cli to detect the nearest `pyproject.toml` or `.venv` and automatically generate the settings.