| Issue |
172555
|
| Summary |
lldb-dap attach configuration keys naming consistency
|
| Labels |
new issue,
lldb-dap
|
| Assignees |
|
| Reporter |
ashgti
|
For most of the launch and attach configurations, the names are small caps style keys.
However, for attach configurations we support:
* `"gdb-remote-port": int`
* `"gdb-remote-host": string`
These two keys are the only two with dashes.
For consistency, it would be nice to migrate these keys to small caps naming instead, e.g. `gdbRemotePort` and `gdbRemoteHost`.
Or, if we're already doing a migration, I wonder if we could use a `connection` field instead and take the value as a `connection://` style URI.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs