mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 04:17:01 -05:00
Bold command name. Seperator now "Or" for tips
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
width: 49%;
|
||||
margin: 0 1% 0 0;
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.monaco-workbench > .part.editor > .watermark dd {
|
||||
|
||||
@@ -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 ')
|
||||
));
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user