Add note to install sapling to use vscode extension

Summary:
The  vscode extension does not bundle sapling, thus you must also install sapling with the normal instructions in order to use the extension.

We should add this to the website docs, as well as the README for the VS Code extension (which appears inside the vscode marketplace)

Reviewed By: DurhamG

Differential Revision: D41309780

fbshipit-source-id: 4caad13f5c478252324e6cd3874ef25c0bd735d8
This commit is contained in:
Evan Krause 2022-11-15 10:49:31 -08:00 committed by Facebook GitHub Bot
parent aaaa8275d7
commit 1ec97ebdc9
2 changed files with 12 additions and 0 deletions

View File

@ -6,3 +6,6 @@ This extension provides integrations with Sapling, including a webview Interacti
like you would get from running `sl web`.
[See our documentation to learn more about Sapling.](https://sapling-scm.com/)
**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)
in order for the vscode extension to work.**

View File

@ -10,6 +10,15 @@ Sapling provides an extension for [Visual Studio Code](https://code.visualstudio
[You can download the extension from the Microsoft Extension Marketplace](https://marketplace.visualstudio.com/items?itemName=meta.sapling-scm), or by searching from the extensions tab inside VS Code.
:::caution
Sapling must be installed through the normal installation instructions in order for
the vscode extension to work properly.
[See installation instructions.](../introduction/installation.md)
:::
<ThemedImage alt="ISL in VS Code" light="/img/isl/vscode_light.png" dark="/img/isl/vscode_dark.png" />