fix comment reference

上级 5c0e664f
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册