[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,5 @@
+out
+node_modules
+.vscode-test
+*.vsix
+!.vscode
----------------
clayborg wrote:
Can we just create a `vscode` folder (no leading `.`) and remove this file? Why do we need `out` and `node_modlues` to be added to this? Does `npm` create temp files here for some reason?
https://github.com/llvm/llvm-project/pull/75515
More information about the lldb-commits
mailing list