You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initialize request has clientInfo but it only tells me what kind of JetBrains IDE is being used. Including the version of the LSP4IJ library in the clientInfo would be useful.
It seems strange that the name is IntelliJ and the version is GoLand when IntelliJ is the Java IDE so I'm not sure why clientInfo.name is IntelliJ instead of GoLand. 🤔
The text was updated successfully, but these errors were encountered:
The initialize request has clientInfo but it only tells me what kind of JetBrains IDE is being used. Including the version of the LSP4IJ library in the clientInfo would be useful.
It seems strange that the name is IntelliJ and the version is GoLand when IntelliJ is the Java IDE so I'm not sure why clientInfo.name is IntelliJ instead of GoLand. 🤔
initialize
request hasclientInfo
but it only tells me what kind of JetBrains IDE is being used. Including the version of the LSP4IJ library in theclientInfo
would be useful.name
is IntelliJ and the version isGoLand
when IntelliJ is the Java IDE so I'm not sure whyclientInfo.name
is IntelliJ instead of GoLand. 🤔The text was updated successfully, but these errors were encountered: