We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, if problem A has the following tags:
BFS, DFS ...
User could configure that the output folder for this problem, for example, the solution code file, will reside in bfs folder
bfs
This is to help users to categorize the problems better
The text was updated successfully, but these errors were encountered:
It turns out that this is already achieved based on what we have, ref: https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/Customize-the-Relative-Folder-and-the-File-Name-of-the-Problem-File#customize-for-the-output-folder-name
Sorry, something went wrong.
No branches or pull requests
🚀 Feature Proposal
For example, if problem A has the following tags:
User could configure that the output folder for this problem, for example, the solution code file, will reside in
bfs
folderMotivation
This is to help users to categorize the problems better
The text was updated successfully, but these errors were encountered: