You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My .catalyst and .temp folders have been piling up and taking unnecessary disk space after a few contests so I would like a button to remove all the contest-related files (except my solution files) from my workspace folder
Adding a timer above the contest statement window would be very useful
There is a browser extension named competitive-companion that passes codeforce contest data as in json to vscode and i think you guys can utilize it for easier contest-starting, so instead of providing url, can just click on extension and all done
Great extension, hope to see these new features soon
The text was updated successfully, but these errors were encountered:
.catalyst and .temp folders are essential for working of the extension. .catalyst has problem data stored in it and .temp folder is temporary folder where compiled source code is stored temporarily.
You can assign a global path to .catalyst folder so that it will not be created in each workspace. Check "Save Location" in extension settings.
Adding Timer for contest is a really good idea.. I'll look into how to do it...
I've written custom scrapers for Catalyst and same exact data is not accessible using competitive-companion, similar thing would be a catalyst browser extension that would automatically trigger problem/contest loading in vscode.
Great extension, hope to see these new features soon
The text was updated successfully, but these errors were encountered: