提交 7499a9f3 编写于 作者: I isidor

start-debug title needs to be up to date

上级 606ae383
......@@ -37,6 +37,7 @@ export class StartDebugActionItem extends EventEmitter implements IActionItem {
private registerListeners(): void {
this.toDispose.push(this.configurationService.onDidUpdateConfiguration(e => {
this.updateOptions();
this.nameContainer.textContent = this.debugService.getViewModel().selectedConfigurationName;
}));
this.toDispose.push(this.selectBox.onDidSelect(configurationName => {
this.debugService.getViewModel().setSelectedConfigurationName(configurationName);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册