mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
Sessions: remove weird description (#306880)
* Sessions: remove weird description
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user