Skip to content

Commit

Permalink
feat: add watch files to folding rules
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed Jun 6, 2024
1 parent ca9b03b commit c6155a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"configurationDefaults": {
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.templ": "${capture}_templ.go"
"*.templ": "${capture}_templ.go,${capture}_templ.txt"
}
}
},
Expand Down

0 comments on commit c6155a3

Please sign in to comment.