Sessions: remove weird description (#306880)

* Sessions: remove weird description
This commit is contained in:
Osvaldo Ortega
2026-03-31 11:22:04 -07:00
committed by GitHub
parent fc23f2d266
commit 00844ccb8b

View File

@@ -122,9 +122,6 @@ export class DelegationSessionPickerActionItem extends SessionTypePickerActionIt
}
protected override _getSessionDescription(sessionTypeItem: ISessionTypeItem): string | undefined {
if (this._isSessionsWindow && sessionTypeItem.type === AgentSessionProviders.Cloud && !this._hasGitRepository()) {
return localize('chat.cloudRequiresGit', "Requires a Git repository");
}
return undefined;
}