[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:40 PST 2023


================
@@ -0,0 +1,21 @@
+import * as vscode from 'vscode';
----------------
clayborg wrote:

Wanted to mention again that maybe we make a directory that contains the needed typescript sources that will be in the exact format needed for installing an extension? So if we have `lldb/tools/lldb-dap/dap-extension` which contains all of the sources in the exact hierarchy needed so to install the extension we just basically can do something like:
```
$ rsync -av lldb/tools/lldb-dap/dap-extension` ~/.vscode/extensions/llvm-org.lldb-dap-0.1.0
```
This would copy the entire directory hierarchy over so this directory would always be exactly as it will appear in the ~/.vscode/extensions directory.

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


More information about the lldb-commits mailing list