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.
- Host: GitHub
- URL: https://github.com/caponetto/vscode-diff-viewer
- Owner: caponetto
- License: mit
- Created: 2021-02-22T12:16:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-05T19:15:02.000Z (about 2 months ago)
- Last Synced: 2026-02-06T04:55:38.351Z (about 2 months ago)
- Topics: diff, git, git-diff, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=caponetto.vscode-diff-viewer&ssr=false#overview
- Size: 1.3 MB
- Stars: 58
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Diff Viewer extension for VS Code




[](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.