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

Codelens to debug benchmarks, ability specify output option for delve and bug fixes

Compare
Choose a tag to compare
@ramya-rao-a ramya-rao-a released this 03 Apr 06:17
· 750 commits to master since this release

New Features and Enhancements

Bug Fixes

  • Kegsay @Kegsay

    • Fix bug where debug codelens would debug all tests that match the current test name. PR 1561
  • Nuruddin Ashr (@uudashr)

    • Fix bug where internal packages are allowed to be imported when their path is substring of current package. PR 1535
  • Ramya Rao (@ramya-rao-a)

    • Fix Go to Implementation feature when GOPATH is directly opened in VS Code. Bug 1545 and Bug 1554
    • Fix issue with debugging into std lib when remote debugging and remote path is a complete substring of the local path.