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

Code Coverage when running tests from a single file, improved support for test tags & flags when debugging tests and other bug fixes

Compare
Choose a tag to compare
@ramya-rao-a ramya-rao-a released this 31 Dec 05:34
· 138 commits to master since this release

New features

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.

Others