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

@@ -21,7 +21,7 @@ import {Position as EditorPosition} from 'vs/platform/editor/common/editor';
import {IMessage, IExtensionDescription} from 'vs/platform/extensions/common/extensions';
import {StatusbarAlignment as MainThreadStatusBarAlignment} from 'vs/platform/statusbar/common/statusbar';
import {ITelemetryInfo} from 'vs/platform/telemetry/common/telemetry';
import {ICommandHandlerDescription} from 'vs/platform/keybinding/common/keybindingService';
import {ICommandHandlerDescription} from 'vs/platform/keybinding/common/keybinding';
import * as editorCommon from 'vs/editor/common/editorCommon';
import * as modes from 'vs/editor/common/modes';