Skip to content

Commit 376a0d7

Browse files
authored
chat tools picker: mention that changes will be applied to mode file (microsoft#253073)
1 parent e98a246 commit 376a0d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/chat/browser/actions/chatToolActions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ class ConfigureToolsAction extends Action2 {
121121
break;
122122
case ToolsScope.Mode:
123123
placeholder = localize('chat.tools.placeholder.mode', "Select tools for this chat mode");
124-
description = localize('chat.tools.description.mode', "The selected tools are configured by the '{0}' chat mode.", widget.input.currentModeObs.get().name);
124+
description = localize('chat.tools.description.mode', "The selected tools are configured by the '{0}' chat mode. Changes to the tools will be applied to the mode file as well.", widget.input.currentModeObs.get().name);
125125
break;
126126
case ToolsScope.Global:
127-
placeholder = localize('chat.tools.placeholder.global', "Select tools that are available to chat");
127+
placeholder = localize('chat.tools.placeholder.global', "Select tools that are available to chat.");
128128
description = undefined;
129129
break;
130130
}

0 commit comments

Comments
 (0)