Skip to content

Commit

Permalink
feat: add explorer collapsing in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed May 24, 2024
1 parent d8495e1 commit 9eb9a6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion rust/core/src/init/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
"models/**/**.yaml",
"!models/**/**.chart.yaml"
]
}
},
"explorer.fileNesting.patterns": {
"*.sql": "${capture}.yaml"
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false
}
7 changes: 6 additions & 1 deletion rust/core/src/init_duckdb/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
"models/**/**.yaml",
"!models/**/**.chart.yaml"
]
}
},
"explorer.fileNesting.patterns": {
"*.sql": "${capture}.yaml"
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false
}

0 comments on commit 9eb9a6c

Please sign in to comment.