mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 09:35:38 -05:00
Add tab coloring by server group (#383)
This commit is contained in:
@@ -180,4 +180,8 @@ export class EditDataInput extends EditorInput implements IConnectableInput {
|
||||
super.close();
|
||||
});
|
||||
}
|
||||
|
||||
public get tabColor(): string {
|
||||
return this._connectionManagementService.getTabColorForUri(this.uri);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user