mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 05:51:32 +01:00
Rename .groups to .all again
This commit is contained in:
@@ -223,7 +223,7 @@ export class ExtHostEditorTabs implements IExtHostEditorTabs {
|
||||
onDidChangeTabGroups: that._onDidChangeTabGroups.event,
|
||||
onDidChangeTabs: that._onDidChangeTabs.event,
|
||||
// dynamic -> getters
|
||||
get groups() {
|
||||
get all() {
|
||||
return Object.freeze(that._extHostTabGroups.map(group => group.apiObject));
|
||||
},
|
||||
get activeTabGroup() {
|
||||
|
||||
Reference in New Issue
Block a user