ryu1kn / vscode-partial-diff

Visual Studio Code Extension. Take a diff of 2 parts of text(s)
https://marketplace.visualstudio.com/items?itemName=ryu1kn.partial-diff
MIT License
184 stars 15 forks source link

Allow to diff text in the terminal window #77

Open mkmik opened 2 years ago

mkmik commented 2 years ago

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.