Skip to content

Commit 652ff6c

Browse files
author
Aman Agarwal
committed
only send one launch/attach response
1 parent 843a807 commit 652ff6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/client/debugger/Main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export class PythonDebugger extends LoggingDebugSession {
166166
private onPythonProcessLoaded(pyThread?: IPythonThread) {
167167
if (this.entryResponse) {
168168
this.sendResponse(this.entryResponse);
169+
this.entryResponse = undefined;
169170
}
170171
this.debuggerLoadedPromiseResolve();
171172
if (this.launchArgs && !this.launchArgs.console) {

0 commit comments

Comments
 (0)