We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565c289 commit b426bf4Copy full SHA for b426bf4
src/features/workspace/lib/utils.ts
@@ -32,7 +32,7 @@ const DEFAULT_RULE = {
32
}
33
34
const CUSTOM_RULE = {
35
- placeholder: 'e.g. file type, file name',
+ placeholder: 'e.g. file glob patterns like *.py',
36
selectedKey: '',
37
items: getRequestType(),
38
0 commit comments