The file will automatically open in the Patch Reader editor
Use the tabs to switch between:
Visual Diff: Rendered diff using diff2html
Raw Content: Original file content
Use the view mode buttons to switch between:
Side-by-Side: Two-column diff view
Unified: Single-column diff view
Configuration
Setting
Description
Default
tlcsdm.patchReader.defaultViewMode
Default view mode for diff visualization
side-by-side
Development
Prerequisites
Node.js 22.x or later
npm
Build
# Install dependencies
npm install
# Compile
npm run compile
# Watch for changes
npm run watch
# Run tests
npm run test
# Lint
npm run lint
# Package extension
npx @vscode/vsce package