未验证 提交 78ea4488 编写于 作者: I Isidor Nikolic 提交者: GitHub

Merge pull request #100374 from microsoft/isidorn/noDebug-cleanup

fixes #100364
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册