Skip to content

Instantly share code, notes, and snippets.

@ediblecode
Last active April 24, 2025 16:39
Show Gist options
  • Select an option

  • Save ediblecode/fb538b8fae30c877f2019e4fba40f062 to your computer and use it in GitHub Desktop.

Select an option

Save ediblecode/fb538b8fae30c877f2019e4fba40f062 to your computer and use it in GitHub Desktop.
Kill all instances of KDiff process - run in an elevated cmd prompt
Taskkill /IM kdiff3.exe /F
@ediblecode

Copy link
Copy Markdown
Author

Use regex copy .* to find all occurrences of replacing an approval test. Then in VS Code use Ctrl + Shift + L to copy all instances

@johnholland-nice

johnholland-nice commented Apr 24, 2025

Copy link
Copy Markdown

I just googled this after accidentally running a load of approval tests and was quite surprised to see that you were the author. ๐Ÿ˜†

@ediblecode

Copy link
Copy Markdown
Author

@johnholland-nice glad to have been of assistance!

@johnholland-nice

Copy link
Copy Markdown

@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