Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.02 KB

TortoiseProc for VSCode

This is a extension for TortoiseSVN.

Features

Open TortoiseSVN window for update, commit, log, diff, blame, revert.

Use it by:

  • Select one or more file and folder, and choose a menu item.
  • Select the opend file by keybindings.

Extension Settings

Include if your extension adds any VS Code settings through the TortoiseProc.Configuration extension point.

For example:

This extension contributes the following settings:

  • TortoiseProc.path: The path of TortoiseProc.exe.

Keybindings

  • Alt + S, U : Update
  • Alt + S, C : Commit
  • Alt + S, L : Log
  • Alt + S, D : Diff
  • Alt + S, B : Blame
  • Alt + S, R : Revert

Working with Markdown

Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

For more information