addons/vscode/README.mdblame
View source
b69ab311# Sapling SCM
b69ab312
b69ab313[Sapling](https://sapling-scm.com/) is a Scalable, User-Friendly Source Control System.
b69ab314
b69ab315This extension provides integrations with Sapling, including a webview Interactive Smartlog UI as you would get by running [`sl web`](https://sapling-scm.com/docs/commands/web/):
b69ab316
b69ab317To launch it, you can either:
b69ab318
b69ab319- Run the **Sapling SCM: Open Interactive Smartlog** command from the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette).
b69ab3110- [Define your own keyboard shortcut](https://code.visualstudio.com/docs/getstarted/keybindings) to run the `sapling.open-isl` command.
b69ab3111
b69ab3112More information about this extension can be found [on the Sapling website](https://sapling-scm.com/docs/addons/vscode).
b69ab3113
b69ab3114**Note: This extension does not include Sapling SCM itself.** You must install Sapling SCM through the [normal installation instructions](https://sapling-scm.com/docs/introduction/installation)
b69ab3115in order for the VS Code extension to work.