Skip to content

Commit

Permalink
Move accessibility help up to workbench (#27833)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Jun 1, 2017
1 parent 36a00d1 commit 9a3e322
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/vs/workbench/electron-browser/workbench.main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import 'vs/base/common/strings';
import 'vs/base/common/errors';

// Editor
import 'vs/editor/contrib/accessibility/browser/accessibility';
import 'vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes';
import 'vs/editor/contrib/selectionClipboard/electron-browser/selectionClipboard';
import 'vs/editor/browser/editor.all';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

import './electron-browser/accessibility';
import './electron-browser/toggleMultiCursorModifier';
import './electron-browser/toggleRenderControlCharacter';
import './electron-browser/toggleRenderWhitespace';
Expand Down

0 comments on commit 9a3e322

Please sign in to comment.