Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Quick access to the owning team's config file. Clicking on the status bar item w

## Requirements

This extension runs the [CodeOwnership](https://github.com/rubyatscale/code_ownership) CLI. You'll need to install and configure [CodeOwnership](https://github.com/rubyatscale/code_ownership) in your repository before using this extension. (Before it's set up, you'll see `Owner: error!` in the status bar.)
This extension runs the [CodeOwnership](https://github.com/rubyatscale/code_ownership) CLI. You'll need to install and configure [CodeOwnership](https://github.com/rubyatscale/code_ownership) in your repository before using this extension. (Before it's set up, you'll see `Owner: Error!` in the status bar.)

## Release Notes

## 0.0.7 - 2022-07-25
### 0.0.7 - 2022-07-25

- When the ownership status bar item indicates an error, clicking on the status bar item will show the extension's Output Channel.

Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function activate(context: vscode.ExtensionContext) {

vscode.commands.executeCommand('code-ownership-vscode.run');

log('info', 'Exension activated');
log('info', 'Extension activated');
}

type Owner = {
Expand Down
2 changes: 1 addition & 1 deletion vsc-extension-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Setup

- install the recommended extensions (amodio.tsl-problem-matcher and dbaeumer.vscode-eslint)
- Install the recommended extensions (amodio.tsl-problem-matcher and dbaeumer.vscode-eslint)

## Get up and running straight away

Expand Down