slycelote / caide

Automates certain common tasks that you do during programming competitions
86 stars 19 forks source link

How can I remove a problem? #15

Closed MiracleEEEE closed 6 years ago

slycelote commented 6 years ago

If you use VsCaide extension, either remove the project corresponding to the problem, or click Archive button to remove currently active problem. (This will actually move the problem to archive directory, but you can simply clear the directory if you're worried about disk space.)

If you use the command line utility, simply remove the problem's directory to remove it completely, or use caide archive command to move it to the archive.

MiracleEEEE commented 6 years ago

thx