Skip to content

Releases: sqlfluff/vscode-sqlfluff

v2.2.4

01 Mar 00:41
Compare
Choose a tag to compare

[2.2.4] - 2023-02-28

  • Add snowflake-sql support. Thanks to from fdrijver's Pull Request

v2.2.3

24 Jan 15:29
Compare
Choose a tag to compare

[2.2.3] - 2023-01-24

  • Allow for variables in the working directory setting.

v2.2.2

19 Dec 16:27
Compare
Choose a tag to compare

[2.2.2] - 2022-12-19

  • Allow for variables in the configuration setting.

v2.2.1

02 Dec 21:46
Compare
Choose a tag to compare

[2.2.1] - 2022-12-02

  • Do not show error if ignored file does not lint.

v2.2.0

23 Nov 15:56
Compare
Choose a tag to compare

[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

17 Nov 20:30
Compare
Choose a tag to compare

[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

17 Nov 18:28
Compare
Choose a tag to compare

[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

08 Nov 16:35
Compare
Choose a tag to compare

[0.1.9] - 2022-11-08

  • Re-order the quick fix options.
  • Implement sqlfluff.codeActions options to disable code actions.

v0.1.8

05 Nov 02:08
Compare
Choose a tag to compare

[0.1.8] - 2022-11-04

  • Implement quick fix options to add the --noqa or --noqa: <rule> to the linter.

v0.1.7

24 Oct 13:59
Compare
Choose a tag to compare

[0.1.7] - 2022-10-22=4

  • Add linter.lintEntireProject configuration option that defaults to false.