提交 98101e1a 编写于 作者: I isidor

debug: no need to default to the selected configuration

上级 2cb15ab3
......@@ -669,9 +669,6 @@ export class DebugService implements debug.IDebugService {
this.model.getBreakpoints().forEach(bp => bp.verified = false);
}
this.launchJsonChanged = false;
if (!launch) {
launch = this.configurationManager.selectedConfiguration.launch;
}
let config: debug.IConfig, compound: debug.ICompound;
if (!configOrName) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册