Merge master

This commit is contained in:
Kevin Cunnane
2018-11-13 16:35:17 -08:00
84 changed files with 902 additions and 697 deletions

View File

@@ -199,7 +199,7 @@ suite('Keybindings Editor Model test', () => {
});
});
test('convert with title and wihtout binding to entry', () => {
test('convert with title and without binding to entry', () => {
const id = 'a' + uuid.generateUuid();
registerCommandWithTitle(id, 'some title');
prepareKeybindingService();