DrSergei wrote: > I don't think that how it works, correct me if I'm wrong but, we specify what > target and module type we are building in the > [tsconfig.json](https://github.com/llvm/llvm-project/blob/main/lldb/tools/lldb-dap/extension/tsconfig.json). > > Will this have any effect on extensions that rely on lldb-dap extension ?
`engine` means minimal VS Code version (based on minimal `node` version), so it might affect some users (e.g. who disable auto update in VS Code). Maybe we can downgrade `node` version instead, but I don't know how to do it [safely](https://github.com/llvm/llvm-project/pull/126994). https://github.com/llvm/llvm-project/pull/177008 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
