AHK_VSCode_Problems
Summarize AutoHotkey LSP diagnostics from VS Code Problems lists to identify and filter coding issues by severity, file, owner, or origin.
Instructions
Ahk vscode problems Reads a VS Code Problems list (from file or provided JSON) and summarizes AutoHotkey LSP diagnostics.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to a VS Code Problems JSON file | |
| content | No | Raw JSON string of VS Code Problems | |
| severity | No | Filter by severity | all |
| fileIncludes | No | Substring filter for resource path | |
| ownerIncludes | No | Substring filter for owner | |
| originIncludes | No | Substring filter for origin | |
| limit | No | Max results in summary | |
| format | No | Output format | summary |