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

Reply via email to