mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Fix css client ext types
This commit is contained in:
@@ -15,7 +15,7 @@ namespace CustomDataChangedNotification {
|
||||
export type LanguageClientConstructor = (name: string, description: string, clientOptions: LanguageClientOptions) => BaseLanguageClient;
|
||||
|
||||
export interface Runtime {
|
||||
TextDecoder: { new(encoding?: string): { decode(buffer: ArrayBuffer): string } };
|
||||
TextDecoder: typeof TextDecoder;
|
||||
fs?: RequestService;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user