Releases: sqlfluff/vscode-sqlfluff
Releases · sqlfluff/vscode-sqlfluff
v3.0.0
v2.4.4
[2.4.4] - 2023-09-12
- Switch DBT Osmosis to DBT Core Interface. Thanks to BAntonellini's Pull Request
v2.4.2
[2.4.2] - 2023-08-17
- Show context menu items by default.
v2.4.1
[2.4.1] - 2023-07-27
- Fix bugs with
SQLFluff Format Selection
.
v2.4.0
[2.4.0] - 2023-07-26
- Fix bug with -
SQLFluff Format Selection
now can be placed in the context menu.
v2.3.9
[2.3.9] - 2023-07-16
- Update the
sqlfluff.format.languages
to accept objects containing formatting settings for the languages to address this Feature Request - Format selection now can format while preserving the whitespace (based on first line)
SQLFluff Format Selection
now can be placed in the context menu.
v2.3.8
[2.3.8] - 2023-07-16
- Fix - Stop SQLFluff output channel from showing twice
v2.3.7
[2.3.7] - 2023-07-15
- Update the
sqlfluff.dialect
enum - Update the
sqlfluff.codeActions.noqa
defaults to the sqlfluff 2.0 rule values
v2.3.6
[2.3.6] - 2023-07-15
- Add the
sqlfluff.format.languages
setting to allow for users to determine which languages the formatting activates for - Add the
sqlfluff.linter.languages
setting 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.showOutputChannel
to reveal the SQLFluff Output Channel - Display error for ignored parsing issues when attempting a format