提交 016df96e 编写于 作者: I isidor

debug: no need to set initializing state when attaching, it will be done inside the createProcess

fixes #14417
上级 e5113940
......@@ -750,7 +750,6 @@ export class DebugService implements debug.IDebugService {
return session.attach({ port });
}
this.setStateAndEmit(session.getId(), debug.State.Initializing);
return this.configurationManager.getConfiguration(this.viewModel.selectedConfigurationName).then((configuration: debug.IExtHostConfig) =>
this.doCreateProcess({
type: configuration.type,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册