mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Fix a few more type errors for TextDecoder
This commit is contained in:
@@ -76,7 +76,7 @@ export type LanguageClientConstructor = (name: string, description: string, clie
|
||||
export const languageServerDescription = l10n.t('HTML Language Server');
|
||||
|
||||
export interface Runtime {
|
||||
TextDecoder: { new(encoding?: string): { decode(buffer: ArrayBuffer): string } };
|
||||
TextDecoder: typeof TextDecoder;
|
||||
fileFs?: FileSystemProvider;
|
||||
telemetry?: TelemetryReporter;
|
||||
readonly timer: {
|
||||
|
||||
Reference in New Issue
Block a user