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
通过search problem 选择题目时,文件夹名称配置的${tag} 不生效。
我的关于leet code vscode 的配置:
"leetcode-problem-rating.defaultLanguage": "java", "leetcode-problem-rating.endpoint": "leetcode-cn", "leetcode-problem-rating.filePath": { "default": { // file name "filename": "${id}.${kebab-case-name}.${ext}", // relative folder path "folder": "" }, "java": { "filename": "${id}.${kebab-case-name}.${ext}", "folder": "${tag}-${difficulty}/java" } }, "leetcode-problem-rating.hint.commandShortcut": false, "leetcode-problem-rating.hint.commentDescription": false, "leetcode-problem-rating.hint.configWebviewMarkdown": false, "leetcode-problem-rating.useEndpointTranslation": false, "leetcode-problem-rating.workspaceFolder": "d:\\.leetcode",
The text was updated successfully, but these errors were encountered:
@CTCSU 感谢!2.12.2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🐛 Bug Report(错误报告)
通过search problem 选择题目时,文件夹名称配置的${tag} 不生效。
To Reproduce(重现)
我的关于leet code vscode 的配置:
Your Environment
The text was updated successfully, but these errors were encountered: