mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 03:28:33 -05:00
Merge from vscode 966b87dd4013be1a9c06e2b8334522ec61905cc2 (#4696)
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import * as nls from 'vs/nls';
|
||||
import { ICodeEditor } from 'vs/editor/browser/editorBrowser';
|
||||
import { EditorAction, ServicesAccessor, registerEditorAction } from 'vs/editor/browser/editorExtensions';
|
||||
import { IStandaloneThemeService } from 'vs/editor/standalone/common/standaloneThemeService';
|
||||
import { ToggleHighContrastNLS } from 'vs/editor/common/standaloneStrings';
|
||||
|
||||
class ToggleHighContrast extends EditorAction {
|
||||
|
||||
@@ -15,7 +15,7 @@ class ToggleHighContrast extends EditorAction {
|
||||
constructor() {
|
||||
super({
|
||||
id: 'editor.action.toggleHighContrast',
|
||||
label: nls.localize('toggleHighContrast', "Toggle High Contrast Theme"),
|
||||
label: ToggleHighContrastNLS.toggleHighContrast,
|
||||
alias: 'Toggle High Contrast Theme',
|
||||
precondition: null
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user