Releases: sam20908/vscode-fastolympiccoding
Releases · sam20908/vscode-fastolympiccoding
1.1.3
- Fixed regression in Competitive Companion test case having accepted answers' whitespace trimmed
- Accepting an answer of a testcase that isn't toggled doesn't make it already toggled
- Removed redundant show stderr message from Competitive Companion
- Show which output is which in diff view
1.1.2
- Added a diff view for wrong answers
- Fallback to comparing answers by raw output (context: jmerle/competitive-companion#510)
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
-
Fixed UI's left sidebar padding shrinking when the input gets large
-
Fixed whitespace trimming algorithm not accounting for whitespace at the beginning
-
Fixed [99%] chance of the same source code getting compiled multiple times concurrently
-
Fixed stress tester not using file content hash
-
Added a button to add WA test case from stress tester
-
Added another maximum number of new lines shown for test cases
-
Improved show/hide test cases to work in any state
-
Updated README about certain niches
-
Saving files automatically is disabled again since it's the user's responsibility and it adds a necessary but noticeable amount of waiting
1.0.3
1.0.2
1.0.1
- Stdout and accepted output will combine consecutive whitespace and trim the result for a more realistic comparison.
- The status bar and other elements will not shrink to avoid the inner text being forced to display 2 lines, which creates an unpleasant UX.
- I will look for a more complete solution, such as displaying icons, customizable styling options, etc.
- Added
fastolympiccoding.showTestcaseStderrMessage
, which controls whether the test cases given by Competitive Companion will have the stderr message explaining where the test case came from.