sqlfluff/vscode-sqlfluff

Can't find the sqlfluff.exe file after installation

BartWinterCoolblue opened this issue · 6 comments

Hi! I just installed the sqfluff extension in VScode. Unfortunately, I got the message that the sqlfluff executable was not found.
'which sqlfluff' is not working and I also don't see the file in any of my repositories. Does anyone how to solve this issue?

Hi @BartWinterCoolblue, the vscode extension does not install sqlFluff on your local, it just use it. Please do have a look at the readme file

quote:

Configuration

The extension expects sqlfluff to be installed and already added to the path. If it is installed but cannot be found, add the path to your preferences as seen below. Find the path by typing which sqlfluff into your terminal.