We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261b77f commit 62a595cCopy full SHA for 62a595c
package.json
@@ -1668,6 +1668,17 @@
1668
},
1669
"description": "The color used for indicating that an issue is closed."
1670
}
1671
+ ],
1672
+ "resourceLabelFormatters": [
1673
+ {
1674
+ "scheme": "review",
1675
+ "formatting": {
1676
+ "label": "${path}",
1677
+ "separator": "/",
1678
+ "workspaceSuffix": "GitHub",
1679
+ "stripPathStartingSeparator": true
1680
+ }
1681
1682
]
1683
1684
"scripts": {
0 commit comments