[Lldb-commits] [lldb] [lldb-dap] Create a typescript extension for lldb-dap (PR #75515)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 14 12:22:41 PST 2023


https://github.com/clayborg commented:

My suggestions would be:
- don't move any C++ files, just leave them where they are
- make a directory that can be copied into `~/.vscode/extensions` as is so that creating the extension doesn't involve grabbing files from many locations
- `git move` any files that already are needed in the extension directory to this new folder (like `package.json`)

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


More information about the lldb-commits mailing list