Releases: sam20908/vscode-fastolympiccoding
Releases · sam20908/vscode-fastolympiccoding
1.1.4
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