Skip to content

Commit

Permalink
feat: enable nesting of _templ.go files, fixes #730
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed May 12, 2024
1 parent 0ecb211 commit 913c9b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@
"description": "Set to a value such as localhost:7474 to enable a HTTP endpoint that can be used for debugging (same as the templ -http argument)"
}
}
},
"configurationDefaults": {
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.templ": "${capture}_templ.go"
}
}
},
"devDependencies": {
Expand Down

0 comments on commit 913c9b8

Please sign in to comment.