From 660aad8ca5b244dcbb22a9727dd4c5649984a42d Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Thu, 5 Mar 2026 15:03:02 -0800 Subject: [PATCH 1/2] Fix typo: Exension -> Extension --- src/extension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.ts b/src/extension.ts index 96c18cd..7ddf763 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -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 = { From ad134b9177ab5bcccab4c25c3b4d9c2b4f8c6439 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Thu, 5 Mar 2026 15:03:19 -0800 Subject: [PATCH 2/2] Fix grammatical issues in comments and documentation - Fix inconsistent heading level for 0.0.7 release note in README - Fix capitalization of Owner: Error! to match actual status bar text - Fix capitalization of 'install' at start of bullet point in quickstart guide --- README.md | 4 ++-- vsc-extension-quickstart.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a65b13..1222a7f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/vsc-extension-quickstart.md b/vsc-extension-quickstart.md index 122441b..e5c95b2 100644 --- a/vsc-extension-quickstart.md +++ b/vsc-extension-quickstart.md @@ -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