Skip to content

Releases: sqlfluff/vscode-sqlfluff

v0.1.6

23 Oct 00:43
Compare
Choose a tag to compare

[0.1.6] - 2022-10-22

  • Add linter.delay configuration option.
  • SQLFluff now lints all files when VSCode is loaded or a config is changed.
  • Add SQLFluff Lint and SQLFluff Fix commands.

v0.1.5

22 Oct 22:37
Compare
Choose a tag to compare

[0.1.5] - 2022-10-22

  • Add linter.severity configuration option.

v0.1.4

11 Oct 13:02
Compare
Choose a tag to compare

[0.1.4] - 2022-10-11

  • Add format.arguments and linter.arguments.

v0.1.3

02 Oct 17:21
Compare
Choose a tag to compare

[0.1.3] - 2022-10-02

v0.1.2

22 Sep 01:31
Compare
Choose a tag to compare

[0.1.2] - 2022-09-21

  • Add suppressNotifications setting to hide notification messages.
  • Solve issue #54 thanks to from XiChu2333's Pull Request

v0.1.1

17 Sep 21:55
Compare
Choose a tag to compare

Updates

  • Add a quickfix option to exclude rules from the workspace settings.

v0.1.0

13 Sep 03:14
Compare
Choose a tag to compare

Updates

  • Add a hover provider to view the documentation from the SQLFluff site instead of using the quickfix.
  • #60 New JSON escaping normalization.

v0.0.9

13 Sep 03:10
Compare
Choose a tag to compare

Updates

  • Add the quick fix option to view the SQLFluff documention on the SQLFluff website.
  • Fix the diagnostics so the quick fix can be triggered by any location on the problem word.

v0.0.8

08 Sep 18:47
Compare
Choose a tag to compare

Updates

  • #59 rewrite the extension.
  • #58 Allow executable path to use VSCode variables

v0.0.7

30 Aug 17:11
99d81fc
Compare
Choose a tag to compare

Updates

  • #57 fixes a JSON parsing issue and ensures automated tests pass.