mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
12 lines
313 B
YAML
12 lines
313 B
YAML
{
|
|
perform: true,
|
|
commands: [
|
|
{
|
|
type: 'comment',
|
|
name: 'findDuplicates',
|
|
allowUsers: ['cleidigh', 'usernamehw', 'gjsjohnmurray', 'IllusionMH'],
|
|
action: 'comment',
|
|
comment: "Potential duplicates:\n${potentialDuplicates}"
|
|
}
|
|
]
|
|
}
|