================ @@ -174,6 +174,20 @@ The default hostname being used `localhost`. } ``` +### Launching via `vscode://` URIs + +Debugging sessions can also be starting using special URIs. + +The `vscode://llvm-vs-code-extensions.lldb-dap/launch/config?config={launch-config}` +URI accepts a [URL-encoded](https://en.wikipedia.org/wiki/Percent-encoding) +JSON launch config. + +This is useful, e.g., to integrate with custom scripts which start debugging +sessions. The URIs might be printed to the terminal, potentially using ---------------- JDevlieghere wrote:
```suggestion This is useful for integration with custom scripts to start debugging sessions. The URI might be printed to the terminal, potentially using ``` https://github.com/llvm/llvm-project/pull/125843 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits