feat: PMD 依赖 classpath 自动探测 + SQLFluff AL06 参数修复 + 诊断消息前缀 Code Purifier + AI maxTokens 统一走配置
This commit is contained in:
@@ -227,6 +227,11 @@
|
||||
"default": "",
|
||||
"description": "JSP 规则集 XML 路径(空=使用内置)"
|
||||
},
|
||||
"vscode-code-reviewer.pmd.autoAuxClasspath": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "自动探测 Maven/Gradle 依赖并传给 PMD 作为辅助 classpath"
|
||||
},
|
||||
"vscode-code-reviewer.sqlfluff.configFile": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
|
||||
Reference in New Issue
Block a user