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 fb289fb commit fafb6e2Copy full SHA for fafb6e2
internal/lsp/debug/info.go
@@ -21,7 +21,7 @@ const (
21
)
22
23
// Version is a manually-updated mechanism for tracking versions.
24
-var Version = "v0.3.3"
+var Version = "v0.3.4"
25
26
// PrintServerInfo writes HTML debug info to w for the Instance.
27
func (i *Instance) PrintServerInfo(w io.Writer) {
0 commit comments