many things

This commit is contained in:
Pablo Martin 2024-01-18 17:25:41 +01:00
parent 9d70ee45ec
commit 426f0fbb0d
10 changed files with 103 additions and 21 deletions

12
.vscode/settings.json vendored
View file

@ -1,5 +1,13 @@
{
"sql-formatter.uppercase": true,
"dbt.queryLimit": 500,
"dbt.enableNewQueryPanel": true
"dbt.enableNewQueryPanel": true,
"emeraldwalk.runonsave": {
"commands": [
{
"match": ".*\\.sql(\\.jinja)?",
"isAsync": true,
"cmd": "sqlfmt ${file}"
}
]
}
}