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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to