Skip to content

Commit

Permalink
fix comment reference
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Oct 27, 2021
1 parent 5c0e664 commit f961b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/common/extHostQuickOpen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ export function createExtHostQuickOpen(mainContext: IMainContext, workspace: IEx
if (this._expectingHide) {
// if this._visible is true, it means that .show() was called between
// .hide() and .onDidHide. To ensure the correct number of onDidHide events
// are emitted, we set this._expectingOnDidHide to this value so that
// are emitted, we set this._expectingHide to this value so that
// the next time .hide() is called, we can emit the event again.
// Example:
// .show() -> .hide() -> .show() -> .hide() should emit 2 onDidHide events.
Expand Down

0 comments on commit f961b92

Please sign in to comment.