# Zig Compiler Diagnostics This extension provides **real Zig compiler diagnostics** inside VS Code by running the Zig compiler directly instead of relying on It exists because ## Features - Uses - Automatically locates - current file - current directory - parent directories (up to a few levels) - Proper LSP diagnostics with line and column highlighting - Works alongside ## How it Works On file save: 1. Finds the nearest 2. Runs: ```bash zig build-exe main.zig -fno-emit-bin |