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
In Setting and Project Directory path, I want to add some customization on where the extension should create a directory.
For example I want extension to create directory in ~/Codeforces/$(RoundNumber or ContestNumber)/$(ProblemGroup)-$(ProblemName).
Where ContestNumber may be something like: 1296. ProblemGroup be C and ProblemName be Yet Another Walking Robot for this question.
So How could I do it?
Thanks for your response.
The text was updated successfully, but these errors were encountered:
Right now if you set the project folder to ~/Codeforces (Ctrl,, Extensions, ICIE, "Dir: Project Directory") and open the contest, the extension will create the project at ~/Codeforces/codeforces-round-617-div-3/C-yet-another-walking-robot, which is pretty close. I do not plan on making this more customizable than it is now.
Hello. Thanks for you awesome extension.
In Setting and Project Directory path, I want to add some customization on where the extension should create a directory.
For example I want extension to create directory in
~/Codeforces/$(RoundNumber or ContestNumber)/$(ProblemGroup)-$(ProblemName)
.Where
ContestNumber
may be something like:1296
.ProblemGroup
beC
andProblemName
beYet Another Walking Robot
for this question.So How could I do it?
Thanks for your response.
The text was updated successfully, but these errors were encountered: