Thorsten Ball

Results 480 comments of Thorsten Ball

> Could it be that I also have additional ext filetypes mapping? You tell me! Is it a `yrs` file?

Do you have any global settings that might interfere? I'd suggest cleaning your global settings.json and just setting it to a blank `{}`, then creating a test repository in which...

> Go was definitely working great in Zed a couple days ago, but I’m on 0.139.3 now and it fails with the same error described above. Does it work if...

I still cannot reproduce this, also on `0.141.3`. To avoid any confusion: how exactly do you open the project in Zed? Here's what I do: 1. I have an ESLint...

> I find it really annoying to change the font size every time I reopen Zed. You can set it in the `settings.json` (use `cmd-,` to open those), like this,...

@jay-herrera it's using `hint`. You can override it like this: ```json { "experimental.theme_overrides": { "hint": "#fb4a35ff" } } ```

You can specify `buildFlags` like this in your settings.json: ```jsonc { "lsp": { "gopls": { // "binary": { // "path": "/Users/thorstenball/bin/gopls", // "arguments": ["-debug=0.0.0.0:9090"] // }, "initialization_options": { "usePlaceholders": true,...

Woops, sorry about that @dundee! Updated it.