Skip to content

Commit 1720275

Browse files
committed
1 parent 762ca8d commit 1720275

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/vs/workbench/contrib/debug/browser/debugService.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,6 @@ export class DebugService implements IDebugService {
376376
config!.noDebug = true;
377377
} else if (options && typeof options.noDebug === 'undefined' && options.parentSession && options.parentSession.configuration.noDebug) {
378378
config!.noDebug = true;
379-
} else {
380-
delete config!.noDebug;
381379
}
382380
const unresolvedConfig = deepClone(config);
383381

0 commit comments

Comments
 (0)