Pull any compilation errors from `e build` and turn them into VS Code diagnostic errors. Can get exact source range info from Clang if it runs with [`-fdiagnostics-print-source-range-info`](https://clang.llvm.org/docs/UsersManual.html#opt-fdiagnostics-print-source-range-info) and can pull the quick fixes with [`-fdiagnostics-parseable-fixits`](https://clang.llvm.org/docs/UsersManual.html#cmdoption-fdiagnostics-parseable-fixits).