fc0a6e7abbd634ff7cc039f3d9b2ccb4554be5eab794b8c70994354fc6b02f949a60d6d09d750490ccc005abbc0cd2a8e4e7e93e1660630b77134bdb9de9d6 572 B

1234567
  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 { createDecorator } from '../../instantiation/common/instantiation.js';
  6. export * from '../../../base/parts/quickinput/common/quickInput.js';
  7. export const IQuickInputService = createDecorator('quickInputService');