文件名称:sourcegraph-code-ownership:Sourcegraph扩展名,显示当前文件的代码所有者-Show source code
文件大小:152KB
文件格式:ZIP
更新时间:2024-04-13 14:01:09
系统开源
Sourcegraph的代码所有权扩展 ,显示当前文件的代码所有者。 (请参阅自托管Sourcegraph实例的) 特征 在 ,和代码宿主(通过)上。 文件头中显示的当前文件的代码所有者 目前仅支持。 ,如果你想为另一代码所有权方案需要支持。 用法 注意:在程序中的私有代码上使用此扩展需要一个(因为它需要访问定义代码所有者的存储库文件)。 启用sourcegraph/code-ownership扩展: 在Sourcegraph.com上,访问以启用它。 在自托管Sourcegraph实例上,选择User菜单> Extensions ,搜索sourcegraph/code-ownership并启用它。 访问包含CODEOWNERS或.github/CODEOWNERS文件的存储库中的任何代码文件。 查看文件头以查看当前文件的代码所有者。 在您的代码主机上 如果您使用程序
【文件预览】:
sourcegraph-code-ownership-master
----.eslintrc.json(103B)
----.gitignore(59B)
----package.json(4KB)
----src()
--------uri.ts(661B)
--------extension.ts(2KB)
--------codeOwners.test.ts(956B)
--------util()
--------codeownersFile.ts(3KB)
--------codeOwners.ts(726B)
----CODEOWNERS(78B)
----.travis.yml(419B)
----LICENSE(10KB)
----tsconfig.json(403B)
----.prettierignore(67B)
----README.md(3KB)
----prettier.config.js(52B)
----mocha.opts(64B)
----.vscode()
--------settings.json(56B)
--------tasks.json(483B)
----renovate.json(56B)
----.editorconfig(63B)
----yarn.lock(359KB)