Releases: sqlfluff/vscode-sqlfluff
Releases · sqlfluff/vscode-sqlfluff
v2.3.4
[2.3.4] - 2023-06-07
- Add the option
sqlfluff.shell
- Add the command
sqlfluff.debug
to help users with debugging the extension when they run into issues.
v2.3.3
[2.3.3] - 2023-05-22
- Add the options
sqlfluff.env.customDotEnvFiles
andsqlfluff.env.useDotEnvFile
to address this Feature Request - Deprecate
sqlfluff.environmentVariables
in favor ofsqlfluff.env.environmentVariables
v2.3.2
[2.3.2] - 2023-05-15
- Fix typo in the word "executable"
v2.3.1
[2.3.1] - 2023-05-09
- Update description for workingDirectory setting. Thanks to qbatten's Pull Request
v2.3.0
[2.3.0] - 2023-05-03
- Add
fileWorkspaceFolder
variable thanks to pdecat's Pull Request
v2.2.9
[2.2.9] - 2023-04-29
- Update README Pull Request
v2.2.8
[2.2.8] - 2023-04-14
- Add snowflake-sql support. Thanks to from rubensa's Pull Request
v2.2.7
[2.2.7] - 2023-04-05
- Update URL for sqlfluff rules documentation on hover.
- Update README to note rules documentation only works with SQLFluff v2.0.0 or greater
v2.2.6
[2.2.6] - 2023-03-28
- Update URL for sqlfluff rules documentation. Thanks to yaegassy's Pull Request
- Add duckdb to the dialect options. Thanks to rene-haskia's Pull Request