move CommandRegistry out of KeybindingsRegistry

This commit is contained in:
Johannes Rieken
2016-07-07 09:53:47 +02:00
parent 739acb2b21
commit bd4e85d8a3
16 changed files with 185 additions and 76 deletions

View File

@@ -6,7 +6,7 @@
import {IThreadService} from 'vs/workbench/services/thread/common/threadService';
import {validateConstraint} from 'vs/base/common/types';
import {ICommandHandlerDescription} from 'vs/platform/keybinding/common/keybinding';
import {ICommandHandlerDescription} from 'vs/platform/commands/common/commands';
import {TPromise} from 'vs/base/common/winjs.base';
import {ExtHostEditors} from 'vs/workbench/api/node/extHostEditors';
import * as extHostTypes from 'vs/workbench/api/node/extHostTypes';