mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Tabs API renaming
This commit is contained in:
@@ -46,7 +46,7 @@ class ExtHostEditorTab {
|
||||
get label() {
|
||||
return that._dto.label;
|
||||
},
|
||||
get input() {
|
||||
get kind() {
|
||||
return that._input;
|
||||
},
|
||||
get isDirty() {
|
||||
@@ -58,7 +58,7 @@ class ExtHostEditorTab {
|
||||
get isPreview() {
|
||||
return that._dto.isPreview;
|
||||
},
|
||||
get parentGroup() {
|
||||
get group() {
|
||||
return that._parentGroup.apiObject;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user