mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
This commit is contained in:
@@ -12,7 +12,7 @@ declare const Worker: {
|
||||
new(stringUrl: string): any;
|
||||
};
|
||||
declare const TextDecoder: {
|
||||
new(encoding?: string): { decode(buffer: ArrayBuffer): string; };
|
||||
new(encoding?: string): { decode(buffer: ArrayBuffer): string };
|
||||
};
|
||||
|
||||
// this method is called when vs code is activated
|
||||
|
||||
Reference in New Issue
Block a user