This project is a customized fork of agrawal-d/cph, designed to improve usability for competitive programming in Visual Studio Code.
Key Changes in HSN Edition
Compiler Command Supports Space Separation
Compiler commands and flags can now be separated by spaces, making it easier to customize build commands for different languages.
Default Problem and .cph File Location
When importing problems, the source file and .cph metadata file are now created in the same directory as the currently focused file, rather than the workspace root. This helps keep your workspace organized.
Relative Paths Used Throughout
All generated and referenced paths are now relative, improving portability and compatibility across different environments.