We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d6cad commit 19afd64Copy full SHA for 19afd64
extension/CHANGELOG.md
@@ -5,6 +5,15 @@ opt-in. Learn more at https://go.dev/doc/telemetry.
5
For a detailed list of changes, refer to the complete
6
[commit history](https://github.com/golang/vscode-go/compare/v0.41.1...v0.41.2).
7
8
+### Fixes
9
+- Fixed [Issue 2414](https://github.com/golang/vscode-go/issues/2414) that prevented
10
+recognizing testify suites spanning multiple files. ([PR 3128](https://github.com/golang/vscode-go/pull/3128))
11
+- Fixed the "Open 'gopls' trace" submenu in "Go: Choose Go Environment" command. ([Issue 3236](https://github.com/golang/vscode-go/issues/3236))
12
+
13
+### Thanks
14
15
+Thanks for your contributions! @Cr4zySheep, @nirhaas
16
17
## v0.41.1 - 22 Feb, 2024
18
19
This release is a point release to skip `vscgo` installation on Windows
0 commit comments