sapling/addons/vscode
Evan Krause 78869206e1 Fix you are here in high contrast theme
Summary:
Fix two issues in high contrast themes:
- "You are here" should have a border to be easier to see
- selected commits should have a border since the selection highlight is very subtle or invisible otherwise

Reviewed By: quark-zju

Differential Revision: D52822316

fbshipit-source-id: e0c4cb6ad72340a11f2e2a6f60b62c719e54b4be
2024-01-17 09:05:09 -08:00
..
__mocks__ Update prettier to v2.8.8 2023-06-06 20:06:25 -07:00
docs Provide more instruction for the README for the Sapling VS Code extension. 2022-12-07 17:39:48 -08:00
extension Support viewing diff views of deleted files 2023-11-08 10:56:37 -08:00
resources Support showing ISL in the sidebar 2023-03-17 10:25:10 -07:00
webview Fix you are here in high contrast theme 2024-01-17 09:05:09 -08: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 vscode: update buildForPublish to work on Windows 2023-05-31 16:04:46 -07:00
CHANGELOG.md VS Code extension version 0.1.34 2023-12-15 12:08:49 -08:00
CONTRIBUTING.md Re-sync with internal repository 2022-11-15 00:48:09 -08:00
extension.webpack.config.ts Re-sync with internal repository 2022-11-15 00:48:09 -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 VS Code extension version 0.1.34 2023-12-15 12:08:49 -08: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
tsconfig.json lint: fix various lint issues detected by newer version of linters 2024-01-04 14:04:27 -08:00
webview.webpack.config.ts Make syntax highlighting work in vscode extension 2023-08-18 15:05:35 -07: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.