提交 17202755 编写于 作者: I isidor

fixes #100364

上级 762ca8de
......@@ -376,8 +376,6 @@ export class DebugService implements IDebugService {
config!.noDebug = true;
} else if (options && typeof options.noDebug === 'undefined' && options.parentSession && options.parentSession.configuration.noDebug) {
config!.noDebug = true;
} else {
delete config!.noDebug;
}
const unresolvedConfig = deepClone(config);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册