Fix bad merge

This commit is contained in:
Matt Bierner
2022-03-17 11:26:38 -07:00
parent cae65c42e5
commit 41dad79edc

View File

@@ -187,7 +187,7 @@ class ExtHostTabGroups {
get apiObject() {
if (!this._apiObject) {
const that = this;
this._apiObject = Object.freeze<vscode.Tab>({
this._apiObject = Object.freeze<vscode.TabGroups>({
onDidChangeTabGroup: that._onDidChangeTagGroup, // never changes -> simple value
onDidChangeActiveTabGroup: that._onDidChangeActiveTabGroup,
get groups() { // dynamic -> getters