mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Pick up TS 4.7 for building VS Code (#145273)
Adds fixes for https://github.com/microsoft/TypeScript/issues/48276
This commit is contained in:
@@ -187,7 +187,7 @@ class ExtHostTabGroups {
|
||||
get apiObject() {
|
||||
if (!this._apiObject) {
|
||||
const that = this;
|
||||
this._apiObject = Object.freeze({
|
||||
this._apiObject = Object.freeze<vscode.Tab>({
|
||||
onDidChangeTabGroup: that._onDidChangeTagGroup, // never changes -> simple value
|
||||
onDidChangeActiveTabGroup: that._onDidChangeActiveTabGroup,
|
||||
get groups() { // dynamic -> getters
|
||||
|
||||
Reference in New Issue
Block a user