mfornet / acmx

Competitive programming made simple. VSCode extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't like new "diff" method for comparing test cases

bortkiewicz opened this issue · comments

In VScode, the diff editor normally displays diffs like this:

image

In competitive programming, this is extremely unhelpful, because it is normally the case that there are differences on certain lines, as opposed to there being inserted / deleted lines in the input and output.

I would rather just have the expected output / normal output side by side.

Thanks for the feedback @testitem. Totally agree with you. Will rollback the diff, but keep displaying test cases side by side.

Fixed with #53