Go for Visual Studio Code v0.11.1 Release Notes

Release Date: 2019-07-03 // almost 5 years ago
  • 🐛 Bug Fixes

    • Daniel Mundt (@dmundt)

      • Update the extension to use new Go logo! PR 2582
    • Cooper Maruyama (@coopermaruyama)

      • The values in the go.testEnvVars setting should override the ones in the file specified in the go.testEnvFile setting rather than the other way around. Fixes Bug 2398 with PR 2585
    • Benjamin Kane (@bbkane)

      • Add link to all the code snippets provided by the extension in the README. PR 2603
    • Ramya Rao (@ramya-rao-a)

      • Support the output attribute in the debug configuration when mode is set to test. Fixes Bug 2445 with commit 373f0743
      • Fix bug that got introduced in the previous update where nested variables show empty values when debugging. Fixes Bug 2601 with commit e89118e42
      • Warnings regarding the inability to find the go binary in the PATH environment variable now includes the value of the PATH being checked.
      • The prompt to choose goimports instead of the default goreturns as the formatting tool when using modules without the language server, now has the option to not be shown again for cases when you don't want to use goimports. Fixes Bug 2578 with commit 658db8d4
      • Avoid unwanted prompt to re-compile tools when current goroot is different from the previous only in terms of casing. Fixes Bug 2606 with commit b0a2d2d
      • Preserve text highlighting as part of code coverage in multiple editor groups. Fixes Bug 2608 with commit 0de7e94e
      • Update code coverage decorators in the visible editor immediately after corresponding setting is changed rather than wait for focusing on the editor. commit 86df86fd6
      • Mark go.goroot, go.gopath and go.toolsGopath settings to be of scope machine as per upstream request 2576 from VS Code to better support remote scenarios.