Skip to content

Commit f961b92

Browse files
fix comment reference
1 parent 5c0e664 commit f961b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/api/common/extHostQuickOpen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ export function createExtHostQuickOpen(mainContext: IMainContext, workspace: IEx
422422
if (this._expectingHide) {
423423
// if this._visible is true, it means that .show() was called between
424424
// .hide() and .onDidHide. To ensure the correct number of onDidHide events
425-
// are emitted, we set this._expectingOnDidHide to this value so that
425+
// are emitted, we set this._expectingHide to this value so that
426426
// the next time .hide() is called, we can emit the event again.
427427
// Example:
428428
// .show() -> .hide() -> .show() -> .hide() should emit 2 onDidHide events.

0 commit comments

Comments
 (0)