You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug: make launch configuration name consistent with docs and other launch.json
The documentation for launching a debug adapter (https://github.com/golang/vscode-go/blob/master/docs/debug-adapter.md) says "Choose the Launch as server" debug configuration.
However, the launch.json in the debugAdapter dir names this configuration "debug-debugger".
Fix the configuration name to be consistent with documentation, and with other launch.json files (the root launch.json also has this configuration named "Launch as server").
Change-Id: Ic0734174956a9907e16a74c42efced8ab17f43bb
GitHub-Last-Rev: 87950df
GitHub-Pull-Request: #224
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/237917
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
0 commit comments