- OS and language server
Linux + Gopls
- How you installed LSP (Package Control or from git?)
Package Control
- Minimal reproduction steps
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, world")
} // No newline!
Format
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, world")
- Log
No diagnostic output.
Initially reported to gopls, but they pointed out that the gopls commandline does the right thing.
Is this a LSP issue or Sublime itself?
Let me know if I can provide any other helpful information!
Linux + Gopls
Package Control
Format
No diagnostic output.
Initially reported to gopls, but they pointed out that the gopls commandline does the right thing.
Is this a LSP issue or Sublime itself?
Let me know if I can provide any other helpful information!