Open
Description
🚀 Feature Proposal
Pls name the tag with _ instead of -.
e.g., bit_manipulation instead of bit-manipulation
Motivation
We can't have - in our package name.
So, if I set "folder": "${tag}-${difficulty}", it's a problem when I take this folder name as the package name.
I need to use this folder name as my package name when I want to debug in vs code.