9f0c62060ed0ae314b9cd23804137c806722e5e81b25735b99d20e93c647c8d551f5238e3222d5498db54593d1f64fabefcb688e07c07fcba2d27a9f5896f9 515 B

123456
  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 ICodeEditorService = createDecorator('codeEditorService');