rename index file 'keybindingService' to 'keybinding' such that it is aligned with the rest

This commit is contained in:
Johannes Rieken
2016-07-06 16:43:01 +02:00
parent 7580e6865c
commit 1920059e45
91 changed files with 92 additions and 92 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/keybindingService';
import {ICommandHandlerDescription} from 'vs/platform/keybinding/common/keybinding';
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';