I accidentally used a \ instead of \\ on Windows, causing the compilerPath to not be used -- the scheme only gives warnings for certain \ characters, e.g. using \f gives no error, but \c does. No warning message or logging is shown explaining why it is choosing a different compilerPath.
I accidentally used a
\instead of\\on Windows, causing the compilerPath to not be used -- the scheme only gives warnings for certain\characters, e.g. using\fgives no error, but\cdoes. No warning message or logging is shown explaining why it is choosing a different compilerPath.