提交 6e58c166 编写于 作者: I isidor

debug: start debugging select configuration

上级 97fd0528
...@@ -658,6 +658,9 @@ export class DebugService implements debug.IDebugService { ...@@ -658,6 +658,9 @@ export class DebugService implements debug.IDebugService {
} else if (typeof configOrName !== 'string') { } else if (typeof configOrName !== 'string') {
config = configOrName; config = configOrName;
} }
if (launch) {
manager.selectConfiguration(launch, typeof configOrName === 'string' ? configOrName : undefined);
}
if (compound) { if (compound) {
if (!compound.configurations) { if (!compound.configurations) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册