Skip to content

Releases: sam20908/vscode-fastolympiccoding

1.0.1

21 Aug 19:44
Compare
Choose a tag to compare
  • Stdout and accepted output will combine consecutive whitespace and trim the result for a more realistic comparison.
  • The status bar and other elements will not shrink to avoid the inner text being forced to display 2 lines, which creates an unpleasant UX.
    • I will look for a more complete solution, such as displaying icons, customizable styling options, etc.
  • Added fastolympiccoding.showTestcaseStderrMessage, which controls whether the test cases given by Competitive Companion will have the stderr message explaining where the test case came from.

1.0.0 - First Stable Release!

27 Jul 00:43
Compare
Choose a tag to compare

First major stable version!

⚡ Overview

  • 📜 Concurrently run, edit, and delete multiple testcases
  • 👨🏻‍💻 Stress tester to find counterexamples
  • 👜 Insert pre-written code from another file with automatic folding
  • 🛜 Reads testcases and outputs from Competitive Companion onto the current file
  • 🏃 BLAZINGLY FAST! Asynchronous design + optimizations = 99% spam proof!

⚙️ Customizations:

  • How to compile and run any language
  • [Testcases] Force recompilation even if no change occured
  • [Stress Tester] Delay between testcases
  • [Stress Tester] Naming schemes for solution, good solution, and generator files
  • [File Templates] Base directory
  • [Testcases/Stress Tester] maximum amount of characters to display
  • Display font

The saved data format is compatible for any version before 2.x.y.