140
141
if (!parsed && !isAhpChatChannel(resourceStr) && this._stateManager.getSessionState(resourceStr)) {
143
>
// changeset since this is the changeset that is being used to
144
>
// track the changes that are being used to calculate the diff
145
>
// statistics for the session changes.
146
>
this._addSubscription(resourceStr, buildBranchChangesetUri(resourceStr));
147
>
this._changesets.refreshBranchChangeset(resourceStr);
148
>
this._changesetFileMonitor.trackSessionChanges(resourceStr, resourceStr);
149
>
150
>
return;
151
>
}
152
153
if (parsed?.kind === ChangesetKind.Branch) {