vscode-partial-diff
vscode-partial-diff copied to clipboard
Allow to diff text in the terminal window
Rust test output goes in a terminal window. It would be nice if we could use partial diff to show diffs in assert output.
Right now I have to copy the test failure text in an empty file and use partial diff there.