| 1 | # Sapling SCM |
| 2 | |
| 3 | [Sapling](https://sapling-scm.com/) is a Scalable, User-Friendly Source Control System. |
| 4 | |
| 5 | This 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/): |
| 6 | |
| 7 | To launch it, you can either: |
| 8 | |
| 9 | - Run the **Sapling SCM: Open Interactive Smartlog** command from the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette). |
| 10 | - [Define your own keyboard shortcut](https://code.visualstudio.com/docs/getstarted/keybindings) to run the `sapling.open-isl` command. |
| 11 | |
| 12 | More information about this extension can be found [on the Sapling website](https://sapling-scm.com/docs/addons/vscode). |
| 13 | |
| 14 | **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) |
| 15 | in order for the VS Code extension to work. |
| 16 | |