Skip to content

v2.10

Compare
Choose a tag to compare
@slycelote slycelote released this 05 May 03:42
· 19 commits to master since this release
  • LeetCode support
  • C++ inliner:
    • Preserve Topcoder class constructor and solution method automatically.
    • Pull all include directives to the beginning of inlined file.
  • VS extension:
    • (Regression fix) Automatically archive problem when VS project is deleted.
    • Avoid errors when trying to delete directories locked by another program
      (e.g. file explorer) or VS itself.
    • Minor UI improvements.