Releases: sqlfluff/vscode-sqlfluff
Releases · sqlfluff/vscode-sqlfluff
v2.2.4
[2.2.4] - 2023-02-28
- Add snowflake-sql support. Thanks to from fdrijver's Pull Request
v2.2.3
[2.2.3] - 2023-01-24
- Allow for variables in the working directory setting.
v2.2.2
[2.2.2] - 2022-12-19
- Allow for variables in the configuration setting.
v2.2.1
[2.2.1] - 2022-12-02
- Do not show error if ignored file does not lint.
v2.2.0
[2.2.0] - 2022-11-23
- Add postgres as a language option. Thanks to from frederikaalund's Pull Request
[2.1.1] - Pre-Release - 2022-11-18
- Fix linting not clearing diagnostics when there are no linting problems.
[2.1.0] - Pre-Release - 2022-11-18
- Improve the
lintEntireProject
to lint the entire workspace at once.
v2.0.1
[2.0.1] - 2022-11-17
- Add a
sqlfluff.environmentVariables
configuration setting to allow users to set their own environment variables. - Improve the
lintEntireProject
setup to limit the amount of files that are linted at any one time to 5 files.
v2.0.0
[2.0.0] - 2022-11-17
- Allow the extension to work while not in a workspace.
- Improve the
View Documentation
hover to more often show when any part of the word is hovered over.
v0.1.9
[0.1.9] - 2022-11-08
- Re-order the quick fix options.
- Implement
sqlfluff.codeActions
options to disable code actions.
v0.1.8
[0.1.8] - 2022-11-04
- Implement quick fix options to add the
--noqa
or--noqa: <rule>
to the linter.
v0.1.7
[0.1.7] - 2022-10-22=4
- Add
linter.lintEntireProject
configuration option that defaults tofalse
.