Releases: sam20908/vscode-fastolympiccoding
Releases · sam20908/vscode-fastolympiccoding
1.3.8
- Allow specify other templates a file templates depends on
- [Regression] Fix crash when using Competitive Companion to get a testcase without an open file
1.3.7
- Fixed stress tester "stop" button not showing.
- Fixed stress tester "clear" to actually clear and stop the tester.
- New commands for "stop" and "clear".
1.3.6
- Allow changing port number for Competitive Companion (default is 1327)
- Allow stopping/starting Competitive Companion
- Save space in cached data when the file has default data
1.3.5
- [REGRESSION] Fixed answer comparison always wrong
1.3.4
- Fixed compile command detecting run settings
- Fixed stopping running testcase status as TL instead of RE
- Fixed clearing saved data not reflecting right away in webview
- Added a keybind to save all testcases
1.3.3
- Fixed file data not saved right away after adding from stress tester
1.3.2
Sorry for the sudden hotfix!
- Fixed time limit not being set from competitive companion [regression]
1.3.1
- Fixed writing "undefined" on Windows on trailing newlines
- Make time limit per file instead of per testcase (time limit doesn't apply when "next testcase" button is pressed)
1.3.0
New Features
- Skip testcases to avoid executing them entirely
- Time limit that's grabbed from Competitive Companion and customizable
- Stress tester now has 2 settings for time limit: per testcase and duration of the tester
1.2.5
- Added a status bar indicator for compiling (mainly because before the compile command was "invisible")
- Fixed errors involving switching files during compilation