Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Snippet descriptions in auto-completions, warning when trying to edit generated files and bug fixes

Compare
Choose a tag to compare
@ramya-rao-a ramya-rao-a released this 05 Jan 19:42
· 821 commits to master since this release
  • 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)