Skip to content

Commit

Permalink
v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertOstermann committed Sep 12, 2023
1 parent 54b39e0 commit ce1ae6b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "sqlfluff" extension will be documented in this file.

## [2.4.4] - 2023-09-12

- Switch DBT Osmosis to DBT Core Interface. Thanks to BAntonellini's [Pull Request](https://github.com/sqlfluff/vscode-sqlfluff/pull/111)

## [2.4.3] - 2023-08-17

- Use uppercase drive letters on Windows. Thanks to mhahn-ts's [Pull Request](https://github.com/sqlfluff/vscode-sqlfluff/pull/111)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-sqlfluff",
"displayName": "sqlfluff",
"version": "2.4.3",
"version": "2.4.4",
"description": "A linter and auto-formatter for SQLfluff, a popular linting tool for SQL and dbt.",
"publisher": "dorzey",
"icon": "images/icon.png",
Expand Down
7 changes: 6 additions & 1 deletion test/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
"files.trimFinalNewlines": false,
"sqlfluff.codeActions.excludeRules.global": true,
"sqlfluff.codeActions.excludeRules.workspace": false,
"sqlfluff.codeActions.noqa": true,
"sqlfluff.config": "${workspaceFolder}/.sqlfluff",
"sqlfluff.dialect": "postgres",
"sqlfluff.format.arguments": [],
"sqlfluff.format.languages": [
"sql",
{
"language": "sql" ,
"contextMenuFormatOptions": false,
"preserveLeadingWhitespace": true
},
{
"language": "markdown" ,
"contextMenuFormatOptions": false,
Expand Down

0 comments on commit ce1ae6b

Please sign in to comment.