Skip to content

Commit 78ea448

Browse files
authored
Merge pull request #100374 from microsoft/isidorn/noDebug-cleanup
fixes #100364
2 parents c3fe2f0 + 6ffb34c commit 78ea448

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,6 @@ export class DebugService implements IDebugService {
375375
const unresolvedConfig = deepClone(config);
376376
if (options && options.noDebug) {
377377
config!.noDebug = true;
378-
} else {
379-
delete config!.noDebug;
380378
}
381379

382380
if (!type) {

0 commit comments

Comments
 (0)