We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9d388 commit 95d3d3eCopy full SHA for 95d3d3e
src/gdb.ts
@@ -517,7 +517,7 @@ export class GDBDebugSession extends LoggingDebugSession {
517
initMatch = new RegExp(this.args.overrideGDBServerStartedRegex, 'i');
518
}
519
if (consolePort === undefined) {
520
- this.launchErrorResponse(response, 107,'GDB Server Console tcp port is undefined.');
+ this.launchErrorResponse(response, 107, 'GDB Server Console tcp port is undefined.');
521
return doResolve();
522
523
0 commit comments