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
Hmm, I haven't seen that error before. Your setup looks fine to me on first glance. What sqlfluff (command line) version are you using? What happens when you run sqlfluff fix -h on the command line? Does it show that option?
Hello! I have added sqlfluff in my vscode but I keep getting this error when I try to format a code:
This is how my settings.json look like:
{
"workbench.colorTheme": "Default High Contrast",
"[python]": {
"editor.formatOnType": true
},
}
Anything wrong with my set-up? Thank you!
The text was updated successfully, but these errors were encountered: