[Lldb-commits] [lldb] [lldb-dap] Create a typescript extension for	lldb-dap (PR #75515)
    John Harrison via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Jan  9 11:07:57 PST 2024
    
    
  
================
@@ -0,0 +1,57 @@
+import * as vscode from "vscode";
+import { LLDBDapOptions } from "./types";
+import { DisposableContext } from "./disposable-context";
+import { LLDBDapDescriptorFactory } from "./debug-adapter-factory";
+import * as fs from 'fs/promises'
----------------
ashgti wrote:
I think this import is unused
https://github.com/llvm/llvm-project/pull/75515
    
    
More information about the lldb-commits
mailing list