When I try to use sqlfluff in vscode it just gives an error:
"Command failed to execute, check logs for details"
In the log it has
------------------------------------------------------------
Format triggered for C:/src/myFile.sql
------------------------------------------------------------
Reading from stdin, not file, input may be dirty/partial
--------------------Executing Command--------------------
sqlfluff fix -
------------------------------------------------------------
Child process threw error
Error: spawn sqlfluff ENOENT
------------------------------------------------------------
When I try to use sqlfluff in vscode it just gives an error: "Command failed to execute, check logs for details" In the log it has