85c78695f0b0be4ac891a5176c2749ad930b998d96ab3713a9334a2a9d76752f35c8beb5da073c4bd11c412f66df3d0f601ad69f8d8ddbe18b510bb2aecdc8 501 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 '../../instantiation/common/instantiation.js';
  6. export const IClipboardService = createDecorator('clipboardService');