Icie Versions Save

Competitive programming IDE-as-a-VS-Code-plugin

1.0.2

2 years ago
  • Fixed an issue where closing the tab during stress tests would cause the extension to panic, due to some recent VS Code changes.
  • Fixed an issue where downloading tasks would cause ICIE to hang due to some recent Node.js changes.

1.0.1

3 years ago
  • Fixed a CodeChef issue where the site sometimes claims the problem is "not visible", even though it clearly is. ICIE will now wait 10 seconds and retry up to 4 times, treating this similarly to a network error.

1.0.0

3 years ago

No major changes since 0.7.26, but I don't anticipate any major changes in the future so might as well call it stable.

  • Fixed some issues with sio2 backend, though it's still kind of broken depending on the sio2 fork/version.
  • Fixed some Codeforces/AtCoder issues, maybe. Or at least I can't reproduce them now.

0.7.26

3 years ago
  • Fixed bug where CSS/JS in test view and stress view sometimes wouldn't load, working around some VS Code resource loading bugs.

0.7.25

3 years ago
  • Fixed WCNBA errors when submitting CodeChef optimization problems.

0.7.24

3 years ago
  • Removed all mentions and links to the Discord channel.
  • Removed displaying newsletter on first launch.
  • Removed all telemetry and usage statistics.
  • Removed automatic error reports.
  • Removed manual WCNBA error reports.

0.7.23

3 years ago
  • Fixed submitting to a Codeforces contest you are not registered for causing a 'website could not be analyzed' error.
  • Optimized code size, which should speed up startup times.

0.7.22

3 years ago
  • Added scanning ongoing CodeChef contests. They are added to the bottom of the list, because they are really long and they would clutter the view for people who don't use CodeChef.
  • Added falling back to VS Code integrated terminal, if an external one can't be found or has returned an error. This also fixed some crashes when x-terminal-emulator did not exist, like on Windows.

0.7.21

4 years ago
  • Added automatically hiding compilation errors after a next compilation is successful.
  • Added automatically selecting code template and filename to suggestions displayed when source file is not found in stress testing.
  • Added configuration option to disable all tutorial messages.
  • Added message in test view reminding how to add new tests.
  • Added hiding the tutorial for adding new tests after 6 successful uses.
  • Added listing supported platforms for some features in error messages.

0.7.20

4 years ago
  • Fixed broken user interface in test view and stress view on Windows.
  • Fixed not including chrono header in default Windows code template.