d250373d92828b8e87b2a0b7d1374a8ab9fe026ed366707e3c462720f304bfe24c9892d1413c394eba86a23ea5c88c82049e2ce24c7810cc32338589f5aaea 511 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 ILanguageService = createDecorator('languageService');