Skip to content

"The terminal process failed to launch: Path to shell executable "C:\Users\user\project\pre-commit" does not exist." error

i'm not sure why it's expecting the pre-commit executable to be in my project root. in my case, it's in C:\Users\user\project\.venv\Scripts\pre-commit.exe

it should just check $PATH for the pre-commit executable instead.