https://github.com/adhamu/history-in-sublime-merge
Show History of File in Sublime Merge in VSCode/VSCodium
https://github.com/adhamu/history-in-sublime-merge
git sublime-merge vscode vscode-extension vscodium
Last synced: 3 months ago
JSON representation
Show History of File in Sublime Merge in VSCode/VSCodium
- Host: GitHub
- URL: https://github.com/adhamu/history-in-sublime-merge
- Owner: adhamu
- License: mit
- Created: 2020-05-26T20:09:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T14:33:38.000Z (about 2 years ago)
- Last Synced: 2025-05-08T23:09:41.918Z (5 months ago)
- Topics: git, sublime-merge, vscode, vscode-extension, vscodium
- Language: TypeScript
- Homepage:
- Size: 1.08 MB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# History In Sublime Merge
[](https://marketplace.visualstudio.com/items?itemName=adhamu.history-in-sublime-merge)
[](https://marketplace.visualstudio.com/items?itemName=adhamu.history-in-sublime-merge)
[](https://marketplace.visualstudio.com/items?itemName=adhamu.history-in-sublime-merge)
[](https://open-vsx.org/extension/adhamu/history-in-sublime-merge)Adds Sublime Merge commands to VSCode/VSCodium.
To differentiate between other Sublime Merge plugins, this one isn't concerned with what workspace (multi or single) you have setup.
Whatever file you have open, it will traverse up the directory structure and find the appropriate `.git` repository.
## Features
- View File History
- View Line History
- Blame File### Command Palette

### Explorer Context Menu

### Editor Context Menu

All commands are available in the Command Palette and Context Menus for the Explorer and Editor.
## Installation
```sh
ext install adhamu.history-in-sublime-merge
```## Requirements
Ensure the `smerge` command is in your `$PATH`.
[Details can be found here](https://www.sublimemerge.com/docs/command_line)
## Settings
### `history-in-sublime-merge.path`
Edit this value to override the path to Sublime Merge. When not set, the default path, depending on the operating system, is used.