0f2c4895a116e932d1c6818a863054731a25ea60471eaa8d60f7b9985cae4a595606e855e952252287d6063bf60f56d58d576b084c5882b2e47c71c29adaaa 585 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 '../../../platform/instantiation/common/instantiation.js';
  6. export const ID_EDITOR_WORKER_SERVICE = 'editorWorkerService';
  7. export const IEditorWorkerService = createDecorator(ID_EDITOR_WORKER_SERVICE);