Skip to content

Releases: sam20908/vscode-fastolympiccoding

1.2.3

16 Dec 22:03
Compare
Choose a tag to compare
  • 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

07 Dec 17:45
Compare
Choose a tag to compare
  • Fixed path normalization not working as intended for Windows

1.2.1

06 Dec 22:12
Compare
Choose a tag to compare
  • 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

05 Dec 18:32
Compare
Choose a tag to compare
  • 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

29 Nov 23:27
Compare
Choose a tag to compare
  • Fixed AC output sometimes showing leading newline

1.1.8

03 Nov 17:42
Compare
Choose a tag to compare
  • 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

28 Oct 18:37
Compare
Choose a tag to compare

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

26 Oct 06:41
Compare
Choose a tag to compare
  • Don't show extension when in a view without a view
  • Fixed answer comparison when output have no trailing newline

1.1.5

24 Oct 13:55
Compare
Choose a tag to compare

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

23 Oct 18:05
Compare
Choose a tag to compare
  • Added an option to ask which file should the extension put the incoming testcases onto
  • Fixed README because trailing whitespace doesn't matter anymore