Releases: sqlfluff/vscode-sqlfluff
Releases · sqlfluff/vscode-sqlfluff
v0.1.6
[0.1.6] - 2022-10-22
- Add
linter.delay
configuration option. - SQLFluff now lints all files when VSCode is loaded or a config is changed.
- Add
SQLFluff Lint
andSQLFluff Fix
commands.
v0.1.5
[0.1.5] - 2022-10-22
- Add
linter.severity
configuration option.
v0.1.4
[0.1.4] - 2022-10-11
- Add
format.arguments
andlinter.arguments
.
v0.1.3
[0.1.3] - 2022-10-02
- Add Datacoves.com to the new Sponsors section.
v0.1.2
[0.1.2] - 2022-09-21
- Add
suppressNotifications
setting to hide notification messages. - Solve issue #54 thanks to from XiChu2333's Pull Request
v0.1.1
Updates
- Add a quickfix option to exclude rules from the workspace settings.
v0.1.0
v0.0.9
Updates
- Add the quick fix option to view the SQLFluff documention on the SQLFluff website.
- Fix the diagnostics so the quick fix can be triggered by any location on the problem word.