vscode-sqlfluff
vscode-sqlfluff copied to clipboard
executable not found
I've install sqlfluff with pip install sqlfluff It is installed on C:\Python313\Lib\site-packages Yet it cannot be found. I've tried these for "sqlfluff.executablePath"
- sqlfluff
- "C:\Python313\Lib\site-packages\"
- "C:\Python313\Lib\site-packages\sqlfluff"
But that didn't help.
The executable (sqlfluff.exe) should be in C:\Python313\Scripts: Add this to PATH or set it in sqlfluff.executablePath.