The fastest way to feed ghc type errors to LLM
Haskell Community [Unofficial]
March 21, 2026
Another way of feeding errors to Claude Code is through the /ide command and the extension for VSCode. It contains a mcp__ide__getDiagnostics tool that reads VSCode’s problems panel:
❯ /ide
⎿ Connected to Visual Studio Code.
❯ What errors are there?
● ide - getDiagnostics (MCP)
...
Discussion in the ATmosphere