Skip to content

Commit

Permalink
chore: updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
metacurb committed Apr 1, 2024
1 parent 0db2236 commit d5d109e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ When run, this extension will place an icon next to each line of your file. Each

If you use TortoiseSVN, make sure the option Command Line Tools is checked during installation, and C:\Program Files\TortoiseSVN\bin is available in PATH.

## Features

- Visually identify lines changed by the same revision
- Display revision information and logs in line
- Hover line blame to read the full commit log
- Auto-blame files as you open them
- Toggle blame from the toolbar

## Commands

This extension contributes the following commands to the Command palette.
Expand All @@ -37,6 +45,7 @@ This extension contributes the following commands to the Command palette.
| **Auto Blame** | Automatically blames files as you open them. | `true` |
| **Enable Details** | Enables popup revision log data. Disabling this setting will significantly speed up blame. | `false` |
| **Enable Visual Indicators** | Toggle visual indicators that sit to the left of the line number. | `true` |
| **SVN Executable** | Configuration for SVN executable path. | `"svn"` |

## Known Issues

Expand Down

0 comments on commit d5d109e

Please sign in to comment.