[Lldb-commits] [lldb] [lldb-vscode] Allow specifying a custom escape character for LLDB commands (PR #69238)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 16 15:32:09 PDT 2023


walter-erquinigo wrote:

> Can you check real quick if any native plug-ins can have and or access global settings from the VS Code GUI? That would be the best way for all of these. Maybe there is a combination mode where we have some typescript in our extension, but still have a native DAP plug-in?

There's no way to do it natively. Typescript code is always needed, and that means adding a typescript shim to the code in LLVM.

https://github.com/llvm/llvm-project/pull/69238


More information about the lldb-commits mailing list