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
资源管理树中并不会按照难度显示颜色
这是我的file path
正常显示颜色
The text was updated successfully, but these errors were encountered:
原来官方插件这个的上色,是在插件里面点开的那个资源管理器 你图中vscode的资源管理器这里的文件也能上色吗?
Sorry, something went wrong.
看起来可以实现,不过要通过现有的文件名反推出匹配不匹配配置中的filename规则好像很麻烦
插件那里倒是能正常显示没问题,还有一个问题想请教一下,就是在设置filepath的时候${name}的题目名称在文件夹中为啥会是英文版本的,请问可以变成中文版本吗。感谢大佬了,非常非常棒的插件
${cn_name}题目的中文名称 中文用这个试试
No branches or pull requests
🐛 Bug Report(错误报告)
资源管理树中并不会按照难度显示颜色
To Reproduce(重现)
这是我的file path

Expected behavior(预期行为)
正常显示颜色
Your Environment
"leetcode.defaultLanguage": "java",
"leetcode.hint.commentDescription": false,
"leetcode.hint.commandShortcut": false,
"leetcode.editor.shortcuts": [
"submit",
"test",
"description"
],
"leetcode-problem-rating.cppCompiler": "clang",
"leetcode-problem-rating.defaultLanguage": "java",
"leetcode-problem-rating.editor.shortcuts": [
"submit",
"case",
"allcase",
"test",
"retest",
"solution",
"debug",
"description"
],
"leetcode-problem-rating.filePath": {
"default": {
"folder": "${id}.${name}/${id}.${name}-${ext}",
"filename": "${id}.${kebab-case-name}.${ext}"
}
},
"leetcode-problem-rating.hint.commandShortcut": false,
"leetcode-problem-rating.hint.configWebviewMarkdown": false,
"leetcode-problem-rating.hint.commentDescription": false,
}
The text was updated successfully, but these errors were encountered: