vscode-go v0.21.0 Release Notes

Release Date: 2021-01-20 // over 3 years ago
  • A list of all issues and changes can be found in the v0.21.0 milestone.

    ✨ Enhancements

    • The new dlvFlags debug attribute is available for conveniently supply extra flags to dlv. (Issue 978)
    • Stop using workspace/folder-level settings from untrusted repositories that can be used to run arbitrary binaries. (Issue 1024)
    • 👕 The extension now deduplicates diagnostics from both the language server and the linter. (Issue 142)
    • Disabled gotype-live automatically when the language server is enabled. (Issue 1021)
    • ✂ Removed the "go.languageServerExperimentalFeatures" setting. (CL 280601). The documentLink feature is replaced with gopls's ui.navigation.importShortcut setting. The diagnostics feature replacement is still under discussion. Please provide feedback in Issue 50.

    Code Health

    • 👷 Experimental features that were available only in the nightly extension are enabled in the master branch, and in presubmit & CI tests running on the master branch. ### Thanks

    Thank you for your contribution, @hyangah, @suzmue, @pjweinbgo, @stamblerre!