This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Code coverage from custom cover profile, support for multiple envFile when debugging and other improvements
-
- The outline feature now shows constants different from variables, and interfaces different from types. PR 2973
-
- A new command
Go: Apply Cover Profile
to apply code coverage decorators from a custom cover profile. Feature Request 1596 implemented with PR 2361
- A new command
-
- The
envFile
in the debug configuration now supports configuring multiple env files. Feature Request 1746 implemented with PR 2395
- The
-
Jakub Warczarek (@programmer04)
- Improve the code snippet for the for loop by replacing
index
withi
. Feature Request 2943 implemented with PR 3010
- Improve the code snippet for the for loop by replacing