Skip to content

Commit f53d2d5

Browse files
authored
Explain chat participant name requirement more (microsoft#213924)
Another note for microsoft#210385
1 parent 0b0ad6a commit f53d2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chatParticipantContributions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const chatParticipantExtensionPoint = extensionsRegistry.ExtensionsRegistry.regi
4343
type: 'string'
4444
},
4545
name: {
46-
description: localize('chatParticipantName', "User-facing name for this chat participant. The user will use '@' with this name to invoke the participant."),
46+
description: localize('chatParticipantName', "User-facing name for this chat participant. The user will use '@' with this name to invoke the participant. Name must not contain whitespace."),
4747
type: 'string',
4848
pattern: '^[\\w0-9_-]+$'
4949
},

0 commit comments

Comments
 (0)