================
@@ -83,6 +88,18 @@ export class LLDBDapServer implements vscode.Disposable {
});
this.serverProcess = process;
this.serverSpawnInfo = this.getSpawnInfo(dapPath, dapArgs, options?.env);
+ this.serverFileChanged = false;
----------------
royitaqi wrote:
@walter-erquinigo: Updated the patch to use `chokidar`. It worked out of the
box, which is nice~
Any other suggestions from you?
https://github.com/llvm/llvm-project/pull/159797
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits