mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
chat - adopt copilot-unavailable (#245238)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user