Thorsten Ball

Results 480 comments of Thorsten Ball

It works when using [Go workspaces](https://github.com/golang/tools/blob/master/gopls/doc/workspace.md#go-workspaces-go-118): ``` $ cd nested-go-proj $ go work init $ go work use src $ zed . ``` Based on reading https://github.com/golang/go/issues/32394 again it seems...

@roanta can you enable the RPC messages for `gopls` too? In `debug: open language server logs`, in the dropdown you should have two entries for `gopls` and one of them...

@roanta I can't reproduce this. It works fine for me with `grpc-go`: ``` $ git clone [... grpc-go ...] $ cd grpc-go $ zed . ``` ![screenshot-2024-04-29-14 35 43@2x](https://github.com/zed-industries/zed/assets/1185253/270ce76a-207a-4a75-bf6c-9bc885eefe6e) Since...

@Igneous yep, that's exactly what this issue is about. Again: it's not _strictly_ a bug, but more a lack of a feature. See comment above: https://github.com/zed-industries/zed/issues/10224#issuecomment-2042812083 We just need to...

No worries! You'll never see me complain about a succinct reproduction of an issue :)

Hey! Actually, Zed _does_ detect environment variables from its launch environment, but things are a bit tricky. Let me explain: ### Current Status 1. When you use the `zed` CLI,...

> Just want to point out a slight complication here with Nix. Yeah, I do think that there's only so much we can do (apart from having a Nix-aware extension...

* Fully agreee on `editor::ToggleComments`. * Fully agree on `g ]` and `g [` * I think the `ctrl-w` ones make sense. * `] x` and `[x` we already have:...

First PR here: https://github.com/zed-industries/zed/pull/10461 For the other bindings (`ctrl-w ...` and `space`), I'm curious what @ConradIrwin and @baldwindavid think

Which macOS version do you have?