Skip to content

Commit 62a595c

Browse files
committed
Add review resource label
Fixes #3492
1 parent 261b77f commit 62a595c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,6 +1668,17 @@
16681668
},
16691669
"description": "The color used for indicating that an issue is closed."
16701670
}
1671+
],
1672+
"resourceLabelFormatters": [
1673+
{
1674+
"scheme": "review",
1675+
"formatting": {
1676+
"label": "${path}",
1677+
"separator": "/",
1678+
"workspaceSuffix": "GitHub",
1679+
"stripPathStartingSeparator": true
1680+
}
1681+
}
16711682
]
16721683
},
16731684
"scripts": {

0 commit comments

Comments
 (0)