VSCODE extension to display code owner of the currently active file.
- It's required to define code owners in a
CODEOWNERS
file. By default this extension looks forCODEOWNERS
file in the.github/
folder.
If you store your CODEOWNERS
file in a folder different than .github/
you can add it in extension configurations using extension.codeOwnersPath
.