revised chat control, new workspace phrasing and icon (#256784)

* revised chat control, new workspace phrasing

* workspace chat sparkle icon

* updated inline chat placeholder text
This commit is contained in:
Elijah King
2025-07-25 16:13:22 -05:00
committed by GitHub
parent 7a6fa3afee
commit b8acb41d6c
6 changed files with 14 additions and 14 deletions

View File

@@ -1043,7 +1043,7 @@ export class InlineChatController1 implements IEditorContribution {
}
private _updatePlaceholder(): void {
this._ui.value.widget.placeholder = this._session?.agent.description ?? '';
this._ui.value.widget.placeholder = this._session?.agent.description ?? localize('askOrEditInContext', 'Ask or edit in context');
}
private _updateInput(text: string, selectAll = true): void {