Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class ConfigureToolsAction extends Action2 {
super({
id: ConfigureToolsAction.ID,
title: localize('label', "Configure Tools..."),
icon: Codicon.tools,
icon: Codicon.settings,
f1: false,
category: CHAT_CATEGORY,
precondition: ChatContextKeys.chatModeKind.isEqualTo(ChatModeKind.Agent),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
}

/* Hide the tools button when the toolbar is in collapsed state */
.interactive-session .chat-input-toolbar:has(.hide-chevrons) .action-item:has(.codicon-tools) {
.interactive-session .chat-input-toolbar:has(.hide-chevrons) .action-item:has(.codicon-settings) {
display: none;
}

Expand Down
Loading