Go for Visual Studio Code v0.12.0 Release Notes

Release Date: 2019-12-31 // over 4 years ago
  • ⚡️ Language server updates

    • Ramya Rao (@ramya-rao-a)
      • The setting go.languageServerExperimentalFeatures which allows you to disable experimental features from the language server has been trimmed the features that can be thus disabled to the below as rest of the features are deemed to be stable.
        • format
        • documentLink
        • diagnostics
      • Fix error "Cannot read property 'clear' of undefined" that appears on running the command Restart language server if the language server had not started successfully.

    🆕 New features

    Others