clayborg 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.

ok, then doing things as a launch config is fine for now.

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