Bold command name. Seperator now "Or" for tips

This commit is contained in:
bgashler1@users.noreply.github.com
2016-09-26 17:40:57 -07:00
parent 0286e78812
commit faaa39bd36
2 changed files with 3 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
width: 49%;
margin: 0 1% 0 0;
text-align: right;
font-weight: bold;
}
.monaco-workbench > .part.editor > .watermark dd {

View File

@@ -50,8 +50,8 @@ export function create(container: Builder, keybindingService: IKeybindingService
entry.ids
.map(id => keybindingService.lookupKeybindings(id)
.map(k => keybindingService.getLabelFor(k))
.join(', ') || UNBOUND)
.join(' / ')
.join(' or ') || UNBOUND)
.join(' or ')
));
}));
}