Merge pull request #395 from justanotheranonymoususer/patch-2

Typo
This commit is contained in:
Greg Van Liew
2021-03-27 21:23:50 -07:00
committed by GitHub

View File

@ -93,7 +93,7 @@ class CatCodingPanel {
this._update();
// Listen for when the panel is disposed
// This happens when the user closes the panel or when the panel is closed programatically
// This happens when the user closes the panel or when the panel is closed programmatically
this._panel.onDidDispose(() => this.dispose(), null, this._disposables);
// Update the content based on view changes