File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -671,6 +671,9 @@ func recordClientInfo(clientName string) {
671
671
case "govim" :
672
672
// https://github.com/govim/govim/pull/1189
673
673
key = "gopls/client:govim"
674
+ case "helix" :
675
+ // https://github.com/helix-editor/helix/blob/d0218f7e78bc0c3af4b0995ab8bda66b9c542cf3/helix-lsp/src/client.rs#L714
676
+ key = "gopls/client:helix"
674
677
case "Neovim" :
675
678
// https://github.com/neovim/neovim/blob/42333ea98dfcd2994ee128a3467dfe68205154cd/runtime/lua/vim/lsp.lua#L1361
676
679
key = "gopls/client:neovim"
@@ -684,6 +687,9 @@ func recordClientInfo(clientName string) {
684
687
key = "gopls/client:windsurf"
685
688
case "Cursor" :
686
689
key = "gopls/client:cursor"
690
+ case "Zed" , "Zed Dev" , "Zed Nightly" , "Zed Preview" :
691
+ // https: //github.com/zed-industries/zed/blob/0ac17526687bf11007f0fbb5c3b2ff463ce47293/crates/release_channel/src/lib.rs#L147
692
+ key = "gopls/client:zed"
687
693
default :
688
694
// Accumulate at least a local counter for an unknown
689
695
// client name, but also fall through to count it as
You can’t perform that action at this time.
0 commit comments