mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user