提交 99280158 编写于 作者: I isidor

fix #64450

上级 707bb36d
......@@ -136,7 +136,7 @@ export class StartAction extends AbstractDebugAction {
// Note: When this action is executed from the process explorer, a config is passed. For all
// other cases it is run with no arguments.
public run(config?: IConfig): Thenable<any> {
if (config) {
if (config && 'type' in config && 'request' in config) {
return this.debugService.startDebugging(undefined, config, this.isNoDebug());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册