提交 de25fa00 编写于 作者: I isidor

debug: no need to open config file on failure to resolve configuration provider anymore

fixes #41778
上级 0bddf58a
......@@ -728,9 +728,6 @@ export class DebugService implements debug.IDebugService {
if (config && config.type) {
return this.createProcess(root, config, sessionId);
}
if (launch) {
return launch.openConfigFile(false, type).then(() => undefined);
}
return undefined;
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册