mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
This commit is contained in:
@@ -20,7 +20,7 @@ export interface IEditorTab {
|
||||
resource: vscode.Uri | undefined;
|
||||
viewId: string | undefined;
|
||||
isActive: boolean;
|
||||
additionalResourcesAndViewIds: { resource: vscode.Uri | undefined, viewId: string | undefined }[];
|
||||
additionalResourcesAndViewIds: { resource: vscode.Uri | undefined; viewId: string | undefined }[];
|
||||
move(index: number, viewColumn: ViewColumn): Promise<void>;
|
||||
close(): Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user