60203ce97bec7129429e426e6745b6a61fb2e112295439bf69d7fae31604b32719dba382420b003397b17119f7aa23fd7de27ffc1febf3bbbe238cc2548cb1 684 B

12345678
  1. /*---------------------------------------------------------------------------------------------
  2. * Copyright (c) Microsoft Corporation. All rights reserved.
  3. * Licensed under the MIT License. See License.txt in the project root for license information.
  4. *--------------------------------------------------------------------------------------------*/
  5. import { RawContextKey } from '../../contextkey/common/contextkey.js';
  6. import { createDecorator } from '../../instantiation/common/instantiation.js';
  7. export const IAccessibilityService = createDecorator('accessibilityService');
  8. export const CONTEXT_ACCESSIBILITY_MODE_ENABLED = new RawContextKey('accessibilityModeEnabled', false);