Marcelo Fornet
Marcelo Fornet
Right now buttons to run/compile/upgrade/stress are shown always, even when we are not in a problem/contest. There are check marks to enable/disable this button, but by default they should not...
While stressing a solution give feedback to the user. - [ ] Show changing tests in real time. Change layout to display tests. Change layout back when finish. - [...
- [x] Currently testing framework is broken. mac and windows system were removed from workflow, and they are not evaluated anymore, but PR still says that 2 more evaluations are...
Print a summary of the test execution. - Number of tests passed - Number of tests failed - Time execution per test. - Input / Output of failing tests Allow...
Currently wiki has only basic setup, but the extension have grown and it is necessary to document all features. This issue will help keep track about everything that needs to...
After calling `openFolder` another instance of vscode is open, so next commands are not called.
- Make a global command for `tcgen` https://github.com/mfornet/tcgen/issues/1 and use it instead of global python path - Add documentation - Add useful message if tcgen is not installed (like Do...
Right now to modify the current testcase to debug we are modifying the `task.json` using regular expression which is not really good idea. From this repository https://github.com/agrawal-d/competitive-programming-helper use a configuration...
Default checker used atm is wcmp which is great to compare tokens and ignore trailing whitespaces and EOL (also similar checkers are commonly used on several platforms, primarily Codeforces). But...
Right now all operations that involves running commands on the shell (compiling files, generating test cases, running solutions) other than running main solution have a friendly time limit. However a...