chat - adopt copilot-unavailable (#245238)

This commit is contained in:
Benjamin Pasero
2025-04-01 14:58:17 +02:00
committed by GitHub
parent e5f20e7f04
commit e7fe3ea375
@@ -203,7 +203,7 @@ export class ChatStatusBarEntry extends Disposable implements IWorkbenchContribu
// Completions Disabled
else if (this.editorService.activeTextEditorLanguageId && !isCompletionsEnabled(this.configurationService, this.editorService.activeTextEditorLanguageId)) {
text = `$(copilot-not-connected)`;
text = `$(copilot-unavailable)`;
ariaLabel = localize('completionsDisabledStatus', "Code Completions Disabled");
}
}