We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9420753 commit bae51bdCopy full SHA for bae51bd
gopls/internal/server/general.go
@@ -681,6 +681,10 @@ func recordClientInfo(clientName string) {
681
case "Sublime Text LSP":
682
// https://github.com/sublimelsp/LSP/blob/e608f878e7e9dd34aabe4ff0462540fadcd88fcc/plugin/core/sessions.py#L493
683
key = "gopls/client:sublimetext"
684
+ case "Windsurf":
685
+ key = "gopls/client:windsurf"
686
+ case "Cursor":
687
+ key = "gopls/client:cursor"
688
default:
689
// Accumulate at least a local counter for an unknown
690
// client name, but also fall through to count it as
0 commit comments