Skip to content

Commit

Permalink
fixes #97110
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed May 8, 2020
1 parent abc9127 commit 4c1fb1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/contrib/debug/browser/debugSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ export class DebugSession implements IDebugSession {
await this.raw.configurationDone();
} catch (e) {
// Disconnect the debug session on configuration done error #10596
this.notificationService.error(e);
if (this.raw) {
this.raw.disconnect();
}
Expand Down

0 comments on commit 4c1fb1d

Please sign in to comment.