mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
More work towards adopting unique tab ids
This commit is contained in:
@@ -632,6 +632,7 @@ export enum TabKind {
|
||||
}
|
||||
|
||||
export interface IEditorTabDto {
|
||||
id: string;
|
||||
viewColumn: EditorGroupColumn;
|
||||
label: string;
|
||||
resource?: UriComponents;
|
||||
|
||||
Reference in New Issue
Block a user