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