Skip to content

Commit

Permalink
Merge pull request #100374 from microsoft/isidorn/noDebug-cleanup
Browse files Browse the repository at this point in the history
fixes #100364
  • Loading branch information
isidorn authored Jun 17, 2020
2 parents c3fe2f0 + 6ffb34c commit 78ea448
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vs/workbench/contrib/debug/browser/debugService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,6 @@ export class DebugService implements IDebugService {
const unresolvedConfig = deepClone(config);
if (options && options.noDebug) {
config!.noDebug = true;
} else {
delete config!.noDebug;
}

if (!type) {
Expand Down

0 comments on commit 78ea448

Please sign in to comment.