Releases: sqlfluff/vscode-sqlfluff
Releases · sqlfluff/vscode-sqlfluff
Release list
v2.3.6
[2.3.6] - 2023-07-15
- Add the
sqlfluff.format.languagessetting to allow for users to determine which languages the formatting activates for - Add the
sqlfluff.linter.languagessetting to allow for users to determine which languages the linting activates for
v2.3.5
[2.3.5] - 2023-07-14
- Add the ability to
Format Selection - Add the command
sqlfluff.showOutputChannelto reveal the SQLFluff Output Channel - Display error for ignored parsing issues when attempting a format
v2.3.4
[2.3.4] - 2023-06-07
- Add the option
sqlfluff.shell - Add the command
sqlfluff.debugto 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.customDotEnvFilesandsqlfluff.env.useDotEnvFileto address this Feature Request - Deprecate
sqlfluff.environmentVariablesin 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
fileWorkspaceFoldervariable 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