This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Run tests that use stretchr/testify via codelens, and option to install/update selected dependent Go tools
-
- Support to run tests that use the test suites from stretchr/testify suite using codelens. PR 1707
-
- New setting
go.delveConfig
to configure the use of v2 apis from delve to be used when debugging tests as well normal code. Feature Request 1735 implemented with PR 1749
- New setting
-
- Option to install/update selected tools required by the Go extension. Feature Request 1731