Last active
April 24, 2025 16:39
-
-
Save ediblecode/fb538b8fae30c877f2019e4fba40f062 to your computer and use it in GitHub Desktop.
Kill all instances of KDiff process - run in an elevated cmd prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Taskkill /IM kdiff3.exe /F |
Author
I just googled this after accidentally running a load of approval tests and was quite surprised to see that you were the author. ๐
Author
@johnholland-nice glad to have been of assistance!
@ediblecode Still helping me out - even from afar. ๐
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use regex
copy .*to find all occurrences of replacing an approval test. Then in VS Code use Ctrl + Shift + L to copy all instances