Skip to content

Commit 9a76f3b

Browse files
committed
CHANGELOG.md: add information about debugging changes to CHANGELOG
For #3035 Change-Id: I61e57b6fbfa694eeea84c56865a9383a9fa9ba2b Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/540076 Reviewed-by: Robert Findley <[email protected]> TryBot-Result: kokoro <[email protected]> Commit-Queue: Suzy Mueller <[email protected]>
1 parent 1964a4e commit 9a76f3b

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ go run golang.org/x/telemetry/cmd/gotelemetry@latest on
1212

1313
Once uploading is enabled, the data will be sent to https://telemetry.go.dev
1414
on a weekly basis. You can find more information about this process at
15-
[https://telemetry.go.dev/privacy](https://telemetry.go.dev) and in the
15+
[https://telemetry.go.dev/privacy](https://telemetry.go.dev) and in the
1616
[gopls v0.14 release notes(https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.0).
1717

1818
A comprehensive list of changes can be found in the complete
@@ -27,17 +27,26 @@ when the language server (`gopls`) is enabled.
2727
([Issue 2799](https://github.com/golang/vscode-go/issues/2799))
2828

2929
* The "Go: Fill struct" command has been retired. The same functionality is provided
30-
as a [Code Action](https://code.visualstudio.com/docs/editor/refactoring#_code-actions-quick-fixes-and-refactorings)
30+
as a [Code Action](https://code.visualstudio.com/docs/editor/refactoring#_code-actions-quick-fixes-and-refactorings)
3131
for refactoring. You can refer to the screenshot for details.
3232
([Issue 2107](https://github.com/golang/vscode-go/issues/2107)))
3333

3434
* The "Go: Extract to function" and "Go: Extract to variable" commands are no longer needed,
3535
as they have been replaced by Code Actions provided by gopls.
3636
([Issue 2862](https://github.com/golang/vscode-go/issues/2862))
3737

38-
* Debug
39-
<!-- golang/vscode-go#3009 buildFlags -->
40-
<!-- golang/vscode-go#1797 hideSystemGoroutine -->
38+
* The "buildFlags" attribute for Go launch configuration now accepts a list of strings in
39+
addition to a string. If using delve at v1.22.2 or newer, this list is passed directly to
40+
delve. This should help with bugs related to parsing the string of buildFlags, such as in
41+
[Issue 1831](https://github.com/golang/vscode-go/issues/1831) and
42+
[Issue 1027](https://github.com/golang/vscode-go/issues/1027).
43+
([Issue 3009](https://github.com/golang/vscode-go/issues/3009))
44+
45+
* The "Go: Toggle Hide System Goroutines" command was added to make it easier to switch between
46+
showing / hiding the system goroutines in the callstack view. This command is also
47+
available in the callstack context menu. The default setting can also be updated by updating
48+
"hideSystemGoroutines" in either the launch.json or in the "go.delveConfig" setting.
49+
([Issue 1797](https://github.com/golang/vscode-go/issues/1797#issuecomment-1762145244))
4150

4251
### Fixes
4352

0 commit comments

Comments
 (0)