Commit cdde32b
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 <hyangah@gmail.com>1 parent 47f1b00 commit cdde32b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments