Releases: sam20908/vscode-fastolympiccoding
Releases · sam20908/vscode-fastolympiccoding
1.2.3
- Added an option to control whether Competitive Companion support will open selected files
- Massively improved performance of "asking for which file"
- Added steps to "asking for which file" quick pick
- Default to false for template folding due to flakiness
1.2.2
- Fixed path normalization not working as intended for Windows
1.2.1
- Allow adding generated testcase to good solutions too in case of a crash
- Fixed more than one consecutive whitespace not rendering
- Optimizations
1.2.0
- Support parsing an entire contest
- Edit tab can now also change accepted answer
- More accurate elapsed time for testcases
- Fixed leading newline sometimes being added to accepted output
1.1.9
- Fixed AC output sometimes showing leading newline
1.1.8
- Show actual error message instead of
[object Object]
when encountering runCommand error
- Updated default value for stress tester maximum time to 1min
- Avoid creating temporary files for diff view
- Use 1-indexed testcases for diff view
- Don't show RE status when forcefully stop stress tester
1.1.7
This update only affects the stress tester:
- Don't display RE status when stopped by user
- Added setting to change maximum time the stress tester is allowed to run
- Only clear output when outputting new testcases
1.1.6
- Don't show extension when in a view without a view
- Fixed answer comparison when output have no trailing newline
1.1.5
Updates to the asking for file prompt:
- Ask for file when there's no file opened regardless of the option's value
- Automatically put the full path to the current workspace folder when there's no current file opened
1.1.4
- Added an option to ask which file should the extension put the incoming testcases onto
- Fixed README because trailing whitespace doesn't matter anymore