README.md in code_ownership-1.24.0 vs README.md in code_ownership-1.25.0
- old
+ new
@@ -3,9 +3,11 @@
Check out `lib/code_ownership.rb` to see the public API.
Check out `code_ownership_spec.rb` to see examples of how code ownership is used.
+There is also a [companion VSCode Extension]([url](https://github.com/bigrails/code-ownership-vscode)) for this gem. Just search `Gusto.code-ownership-vscode` in the VSCode Extension Marketplace.
+
## Usage: Declaring Ownership
There are three ways to declare code ownership using this gem.
### Package-Based Ownership
Package based ownership integrates [`packwerk`](https://github.com/Shopify/packwerk) and has ownership defined per package. To define that all files within a package are owned by one team, configure your `package.yml` like this:
```yml