We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762ca8d commit 1720275Copy full SHA for 1720275
1 file changed
src/vs/workbench/contrib/debug/browser/debugService.ts
@@ -376,8 +376,6 @@ export class DebugService implements IDebugService {
376
config!.noDebug = true;
377
} else if (options && typeof options.noDebug === 'undefined' && options.parentSession && options.parentSession.configuration.noDebug) {
378
379
- } else {
380
- delete config!.noDebug;
381
}
382
const unresolvedConfig = deepClone(config);
383
0 commit comments