You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to lint sql files with extensions other than .sql, they seem to be complete ignored by the extension, this is especially strange because the formatter still works and runs correctly. I have tested this with .postgres and .sqlite3 file extensions.
As I said, the formatter options work and format my files, additionally if I rename the files to .sql they work fine, but any other of the specified languages doesn't work, this is even though I have the correct file -> language associations set up.
The text was updated successfully, but these errors were encountered:
Let's focus on one language first. Which extension are you using for the postgres language? Is it ckolkman.vscode-postgres? If so, does it work with .pgsql or .psql files?
My sqlfluff version is
v3.0.2
System info:
I'm not able to lint sql files with extensions other than
.sql
, they seem to be complete ignored by the extension, this is especially strange because the formatter still works and runs correctly. I have tested this with.postgres
and.sqlite3
file extensions.This is a snippet of my settings.json
As I said, the formatter options work and format my files, additionally if I rename the files to .sql they work fine, but any other of the specified languages doesn't work, this is even though I have the correct file -> language associations set up.
The text was updated successfully, but these errors were encountered: