go-language-server v0.6.71 Release Notes

Release Date: 2018-01-05 // over 6 years ago
    • Ramya Rao (@ramya-rao-a)

      • Setting go.inferGopath will now infer the correct GOPATH even in the below 2 cases which wasnt supported before
        • When a Go file is opened in VS Code directly without opening any workspace.
        • When GOPATH itself is directly opened in VS Code. Fixes Bug 1213
      • Use byte offset when calling gocode to fix issue with code completion when there are unicode characters in the file. Fixes Bug 1431
      • Add descriptions to the contributed snippets. These descriptions will appear in auto-completion and when using the Insert Snippet command
      • Fix "maxBufferExceeded" error by using spawn instead of exec when running formatters.
      • Use the new onDebugResolve activation event instead of onDebug to avoid activating the Go extension when other type of debug sessions are started
    • halfcrazy

    • Nikhil Raman (@cheesedosa)