Fix a few more type errors for TextDecoder

This commit is contained in:
Matt Bierner
2025-03-24 16:36:41 -07:00
parent 4a1dff2d44
commit c884598a94
3 changed files with 1 additions and 3 deletions

View File

@@ -3,7 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { TextDecoder } from 'util';
import { ExtensionContext, extensions, l10n } from 'vscode';
import { BaseLanguageClient, LanguageClient, LanguageClientOptions, ServerOptions, TransportKind } from 'vscode-languageclient/node';
import { LanguageClientConstructor, startClient } from '../cssClient';