Skip to content

Commit ba90582

Browse files
authored
Remove css for coding agent prompt file (microsoft#252724)
* remove css for coding agent prompt file * but localized
1 parent cf931a9 commit ba90582

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

src/vs/workbench/contrib/chat/browser/promptSyntax/media/promptCodingAgentActionOverlay.css

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/vs/workbench/contrib/chat/browser/promptSyntax/promptCodingAgentActionOverlay.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
import './media/promptCodingAgentActionOverlay.css';
76
import { Disposable } from '../../../../../base/common/lifecycle.js';
87
import { ICodeEditor, IOverlayWidget, IOverlayWidgetPosition, OverlayWidgetPositionPreference } from '../../../../../editor/browser/editorBrowser.js';
98
import { ICommandService } from '../../../../../platform/commands/common/commands.js';
@@ -40,7 +39,7 @@ export class PromptCodingAgentActionOverlayWidget extends Disposable implements
4039
title: localize('runPromptWithCodingAgent', "Run with Coding Agent")
4140
}));
4241

43-
this._button.label = `$(cloud-upload)`;
42+
this._button.label = localize('runWithCodingAgent.label', "{0} Run with Coding Agent", '$(cloud-upload)');
4443

4544
this._register(this._button.onDidClick(async () => {
4645
await this._execute();

0 commit comments

Comments
 (0)