Skip to content

Commit

Permalink
Update README.md for vscode extension (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir017 committed Oct 14, 2023
1 parent 4cc59ff commit c7348da
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Clients/PullRequestQuantifier.VsCode.Client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

Install the VSCode extension either through the browser or from VSCode itself.

### Using the command line:

```bash
code --install-extension ms-1es.pull-request-quantifier
```

### Using the vscode UI

Search for `ms-1es.pull-request-quantifier`

## Usage

Whenever a file is saved in VSCode, if that file is part of a git repo, the PullRequestQuantifier extension will evaluate changes
Expand Down

0 comments on commit c7348da

Please sign in to comment.