go-language-server v0.6.70 Release Notes

Release Date: 2017-12-19 // over 6 years ago
    • Avihay Kain (@grooveygr)
    • Matt Brandt (@Matt007)
      • Debug configuration snippet for remote debugging. PR 1365
    • Ramya Rao (@ramya-rao-a)
      • Prompt to recompile dependent Go tools when GOROOT changes. Feature Request 1286
      • Support for ${workspaceFolder} in the below settings
        • go.gopath
        • go.toolsGopath
        • go.testEnvVars
        • go.testEnvFile
      • The Analysis Tools Missing message has bee updated to only appear for the tools backing basic features of the extension
      • Skip showing linting/vetting errors on a line that has build errors. Feature Request 600
      • Fix the issue of slow linters resulting in stale problem markers in updated file. Bug 1404
      • Deprecate go.formatOnSave setting in favor of editor.formatOnSave. To disable formatting on save, add the below setting: "[go]": { "editor.formatOnSave": false } This fixes the below issues
        • Cursor jumps unexpectedly when formatting on save. Bug 1346
        • Adopting the format on save feature of VS Code. Debt 540
        • Format-on-save messes up undo/redo stack Bug 678
        • FormatOnSave re-saves file Bug 1037
        • Save All doesnt format all files Bug 279
        • Slow format on save affects tests Bug 786