You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* exp welcome view
* use exp setting
* use exp setting
* positioned disclaimers under title to avoid overlap
* Updated chat placeholder text
* some fixes
* fix hygiene
* make sure to add additional message
* swap exp is active
* add new setting
---------
Co-authored-by: Elijah King <[email protected]>
description: nls.localize('chat.emptyChatState',"Shows a modified empty chat state with hints in the input placeholder text."),
269
+
tags: ['experimental','onExp'],
270
+
},
265
271
[mcpEnabledSection]: {
266
272
type: 'boolean',
267
273
description: nls.localize('chat.mcp.enabled',"Enables integration with Model Context Protocol servers to provide additional tools and functionality."),
? newMarkdownString(localize('chatWidget.tips',"{0} or type {1} to attach context\n\n{2} to chat with extensions\n\nType {3} to use commands",'$(attach)','#','$(mention)','/'),{supportThemeIcons: true})
772
777
: newMarkdownString(localize('chatWidget.tips.withoutParticipants',"{0} or type {1} to attach context",'$(attach)','#'),{supportThemeIcons: true});
consteditsHelpMessage=localize('editsHelp',"Start your editing session by defining a set of files that you want to work with. Then ask Copilot for the changes you want to make.");
title: localize('editsTitle',"Edit with Copilot"),
805
-
message: newMarkdownString(localize('editsMessage',"Start your editing session by defining a set of files that you want to work with. Then ask Copilot for the changes you want to make.")+`\n\n${baseMessage}`),
806
-
icon: Codicon.copilotLarge,
816
+
title: localize('editsTitle',"Edit in context."),
817
+
message: newMarkdownString(message),
818
+
icon,
807
819
additionalMessage
808
820
};
809
821
}else{
822
+
constagentHelpMessage=localize('agentMessage',"Ask Copilot to edit your files in [agent mode]({0}). Copilot will automatically use multiple requests to pick files to edit, run terminal commands, and iterate on errors.",'https://aka.ms/vscode-copilot-agent');
title: localize('editsTitle',"Edit with Copilot"),
812
-
message: newMarkdownString(localize('agentMessage',"Ask Copilot to edit your files in [agent mode]({0}). Copilot will automatically use multiple requests to pick files to edit, run terminal commands, and iterate on errors.",'https://aka.ms/vscode-copilot-agent')+`\n\n${baseMessage}`),
813
-
icon: Codicon.copilotLarge,
826
+
title: localize('agentTitle',"Build with agent mode."),
0 commit comments