Skip to content

Commit

Permalink
start-debug title needs to be up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Dec 6, 2016
1 parent 606ae38 commit 7499a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/parts/debug/browser/debugActionItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7499a9f

Please sign in to comment.