sapling/addons/vscode
Evan Krause f0520962b5 VSCode extension version 0.1.49
Summary: Changelog + version bump

Reviewed By: quark-zju

Differential Revision: D56899122

fbshipit-source-id: d4ce4bbb13ae198cd755efe8ea934a0a6dff61d5
2024-05-02 13:46:58 -07:00
..
__mocks__ upgrading vscode-uri to 3.0.8 2024-04-18 19:00:05 -07:00
.vscode vscode: add launch.json to test extension 2024-02-20 15:07:46 -08:00
docs Provide more instruction for the README for the Sapling VS Code extension. 2022-12-07 17:39:48 -08:00
extension codemod: use node: prefix for node builtin modules 2024-04-23 12:01:57 -07:00
resources Support showing ISL in the sidebar 2023-03-17 10:25:10 -07:00
webview API to get current theme name 2024-04-23 16:17:13 -07:00
.gitignore Re-sync with internal repository 2022-11-15 00:48:09 -08:00
.vscodeignore exclude webview and extension dirs from build 2022-11-22 11:57:15 -08:00
buildForPublish.js Update vscode publish script to use rollup/vite 2024-01-29 09:30:10 -08:00
CHANGELOG.md VSCode extension version 0.1.49 2024-05-02 13:46:58 -07:00
CONTRIBUTING.md Don't include vscode webview source maps in production 2024-01-29 09:28:03 -08:00
jest.config.js Re-sync with internal repository 2022-11-15 00:48:09 -08:00
LICENSE Re-sync with internal repository 2022-11-15 00:48:09 -08:00
package.json VSCode extension version 0.1.49 2024-05-02 13:46:58 -07:00
package.nls.json Add inline blame annotations 2023-07-17 16:18:58 -07:00
README.md VS Code extension v0.1.10 2023-02-23 12:58:58 -08:00
rollup.extension.config.mjs codemod: use node: prefix for node builtin modules 2024-04-23 12:01:57 -07:00
tsconfig.json Add styleX 2024-02-01 12:57:27 -08:00
vite.config.mts codemod: use node: prefix for node builtin modules 2024-04-23 12:01:57 -07:00
webview.html Dev builds for vscode webview with HMR 2024-01-31 17:32:31 -08:00

Sapling SCM

Sapling is a Scalable, User-Friendly Source Control System.

This extension provides integrations with Sapling, including a webview Interactive Smartlog UI as you would get by running sl web:

To launch it, you can either:

More information about this extension can be found on the Sapling website.

Note: This extension does not include Sapling SCM itself. You must install Sapling SCM through the normal installation instructions in order for the VS Code extension to work.