Tortoise SVN Tools
Tortoise SVN Tools is a VS Code extension that adds a set of context menu items to the Editor Title Bar to help with TortoiseSVN.
Table of Contents
Features
Context Menu Items
The Editor Title Bar's right-click context menu items will have the following items:
- Show Log - Shows the log for the current file.
- Show Diff - Shows the diff for the current file.
- Get Blame - Show the blame viewer for the current file.
- Get Latest - Updates the file to the latest version.
- Commit Changes - Commits your changes to the current file.
Settings
Name |
Description |
Options |
TortoiseSVNTools.hideShowLog |
Hides the Show Log context menu item. |
true
false (default)
|
TortoiseSVNTools.hideShowDiff |
Hides the Show Diff context menu item. |
true
false (default)
|
TortoiseSVNTools.hideGetBlame |
Hides the Get Blame context menu item. |
true
false (default)
|
TortoiseSVNTools.hideGetLatest |
Hides the Get Latest context menu item. |
true
false (default)
|
TortoiseSVNTools.hideCommitChanges |
Hides the Commit Changes context menu item. |
true
false (default)
|
Changelog
See CHANGELOG for more information.
Other VS Code extensions that I've created
| |