getDiagnostics
Retrieve detailed diagnostic information (errors, warnings, hints) for all files in the workspace. Enables comprehensive code analysis and intelligent suggestions by identifying issues across the project.
Instructions
获取当前工作区所有文件的诊断信息(错误/警告/提示)。返回完整的诊断列表,包含所有文件的详细错误信息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {},
"type": "object"
}