-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run format due to missing flag #65
Comments
You could try setting the Let me know if either of those options works for you, if not I can add a setting to allow you to pass in arguments manually. |
I've just tried both, restarting vscode after each change just to be on the safe side. |
Try v0.1.4 and use the |
I've updated to v0.1.4 and set the option in the
|
Can you check the output tab and look at the SQLFluff channel. This will tell you the exact command it is executing when the formatting is taking place. Copy that command and try running it in the terminal and see if the output is the same. If the |
The output tab does have the flag, it does not have the path to the file it's trying to format (although the file content is in the output tab) and the command finishes with a
However I tried running |
The command finished with For now, could you try setting |
When trying to format some documents the extension provides two error boxes:
I am currently using it with the dialect redshift and Linter:Run onType, I think that's all the changes I have in the config.
Is there a way to add the flag in the settings json? I haven't found any in the docs.
The text was updated successfully, but these errors were encountered: