Skip to content

Releases: sam20908/vscode-fastolympiccoding

1.3.8

02 Aug 21:39
Compare
Choose a tag to compare
  • 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

01 Aug 01:42
Compare
Choose a tag to compare
  • 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

30 Jun 21:24
Compare
Choose a tag to compare
  • 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

23 May 15:32
Compare
Choose a tag to compare
  • [REGRESSION] Fixed answer comparison always wrong

1.3.4

22 May 08:58
Compare
Choose a tag to compare
  • 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

04 May 16:59
Compare
Choose a tag to compare
  • Fixed file data not saved right away after adding from stress tester

1.3.2

04 May 08:52
Compare
Choose a tag to compare

Sorry for the sudden hotfix!

  • Fixed time limit not being set from competitive companion [regression]

1.3.1

04 May 07:44
Compare
Choose a tag to compare
  • 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

03 May 07:48
Compare
Choose a tag to compare

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

10 Mar 10:02
Compare
Choose a tag to compare
  • Added a status bar indicator for compiling (mainly because before the compile command was "invisible")
  • Fixed errors involving switching files during compilation