⚡ FAST COMPARE ⚡Enables fast way of comparing two files via Context Menu Action on Text Editor Title. Installation from a GitHub releaseEach GitHub release includes a versioned
To create the same package locally, run Development requirementsThe extension remains compatible with VS Code 1.70 and later. Building, testing, or packaging it from source requires a more recent development environment:
Install the dependencies and run the complete validation suite with:
The test command compiles the TypeScript sources, runs ESLint, launches the VS Code integration-test environment, and executes the extension tests. To create a local release package after validation, run:
Release Notes1.3.0
1.2.1Removed ability to swap compared files since this feature was added to VSCode in version 1.86. https://stackoverflow.com/a/77638341 1.2.0Added ability to Compare with active file in Explorer's folder view.
1.1.1Restricted mode compatibility added! Now you can use the extension while in restricted mode. 1.1.0Swap feature added! You can now easily swap the files you are comparing. Command is assignable to a key shortcut. 1.0.4Fixed a bug with some files not being found. 1.0.3Minor fixes. 1.0.2Extension now has an icon! 1.0.1Extension now supports in-memory files (not saved). 1.0.0Initial release of Fast Compare. |

