Skip to content

Releases: sqlfluff/vscode-sqlfluff

v2.3.4

07 Jun 17:33
Compare
Choose a tag to compare

[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

22 May 16:58
Compare
Choose a tag to compare

[2.3.3] - 2023-05-22

  • Add the options sqlfluff.env.customDotEnvFiles and sqlfluff.env.useDotEnvFile to address this Feature Request
  • Deprecate sqlfluff.environmentVariables in favor of sqlfluff.env.environmentVariables

v2.3.2

15 May 13:57
Compare
Choose a tag to compare

[2.3.2] - 2023-05-15

  • Fix typo in the word "executable"

v2.3.1

10 May 00:58
Compare
Choose a tag to compare

[2.3.1] - 2023-05-09

  • Update description for workingDirectory setting. Thanks to qbatten's Pull Request

v2.3.0

03 May 15:19
Compare
Choose a tag to compare

[2.3.0] - 2023-05-03

  • Add fileWorkspaceFolder variable thanks to pdecat's Pull Request

v2.2.9

29 Apr 22:33
Compare
Choose a tag to compare

[2.2.9] - 2023-04-29

v2.2.8

14 Apr 23:42
Compare
Choose a tag to compare

[2.2.8] - 2023-04-14

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

v2.2.7

06 Apr 02:32
Compare
Choose a tag to compare

[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

28 Mar 22:34
Compare
Choose a tag to compare

[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

v2.2.5

23 Mar 16:12
Compare
Choose a tag to compare

[2.2.5] - 2023-03-23

  • Fix Issue #88
  • Change the linting to match files exactly when possible
  • Do not attempt to lint diff files