An open API service indexing awesome lists of open source software.

https://github.com/caponetto/vscode-diff-viewer

A simple VS Code extension to easily visualize git diff files.
https://github.com/caponetto/vscode-diff-viewer

diff git git-diff vscode vscode-extension

Last synced: about 1 month ago
JSON representation

A simple VS Code extension to easily visualize git diff files.

Awesome Lists containing this project

README

          

# Diff Viewer extension for VS Code

![vs-code-marketplace-version](https://img.shields.io/visual-studio-marketplace/v/caponetto.vscode-diff-viewer.svg?color=purple&label=release)
![vs-code-marketplace-installs](https://img.shields.io/visual-studio-marketplace/i/caponetto.vscode-diff-viewer.svg?color=red)
![vs-code-support](https://img.shields.io/badge/Visual%20Studio%20Code-1.75.0+-blue.svg)
![github-ci](https://github.com/caponetto/vscode-diff-viewer/workflows/CI/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A simple wrapper for [diff2html](https://github.com/rtfpessoa/diff2html) library to easily visualize git diff files in the VS Code.

**Note**: The file extension must be `.diff` or `.patch` to be properly loaded by VS Code.

## Demo

### Without the extension:



### With the extension:



## Contribute

All contributions are welcome, so don't hesitate to submit a pull request. ;-)

## License

This code is released under MIT License.

Check [LICENSE](LICENSE) file for more information.