Skip to content

Releases: sqlfluff/vscode-sqlfluff

v2.3.6

Choose a tag to compare

@RobertOstermann RobertOstermann released this 15 Jul 17:16

[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

Choose a tag to compare

@RobertOstermann RobertOstermann released this 15 Jul 04:15

[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

v2.3.4

Choose a tag to compare

@RobertOstermann RobertOstermann released this 07 Jun 17:33

[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

Choose a tag to compare

@RobertOstermann RobertOstermann released this 22 May 16:58

[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

Choose a tag to compare

@RobertOstermann RobertOstermann released this 15 May 13:57

[2.3.2] - 2023-05-15

  • Fix typo in the word "executable"

v2.3.1

Choose a tag to compare

@RobertOstermann RobertOstermann released this 10 May 00:58

[2.3.1] - 2023-05-09

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

v2.3.0

Choose a tag to compare

@RobertOstermann RobertOstermann released this 03 May 15:19

[2.3.0] - 2023-05-03

  • Add fileWorkspaceFolder variable thanks to pdecat's Pull Request

v2.2.9

Choose a tag to compare

@RobertOstermann RobertOstermann released this 29 Apr 22:33

[2.2.9] - 2023-04-29

v2.2.8

Choose a tag to compare

@RobertOstermann RobertOstermann released this 14 Apr 23:42

[2.2.8] - 2023-04-14

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

v2.2.7

Choose a tag to compare

@RobertOstermann RobertOstermann released this 06 Apr 02:32

[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