Skip to content

Commit

Permalink
fix: try fix #626
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 30, 2021
1 parent 78ac18c commit bee57f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/core/CurrentFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class CurrentFile {
}))
ctx.subscriptions.push(Analyst.watch())
this.update(window.activeTextEditor?.document.uri)
this.updateLoaders()
}

static throttleUpdate = throttle((uri?: Uri) => CurrentFile.update(uri), 100)
Expand Down
1 change: 1 addition & 0 deletions src/core/loaders/ComposedLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export class ComposedLoader extends Loader {
this._onDidChange.fire(`${e}+${this.name}`)
}),
)
this._isFlattenLocaleTreeDirty = true
}

get loadersReversed() {
Expand Down

0 comments on commit bee57f2

Please sign in to comment.