You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, templ-vscode extension collapses generated .go files under .templ files, which is a nice feature, but also collapses unrelated files such as bun.lockb inside package.json. This functionality should probably default to only .templ files and allow users to enable or disable the feature all together, and choose whether they want it to also apply to these unrelated file types such as package.json.
The text was updated successfully, but these errors were encountered:
I had no idea this was a vscode native feature! Looks like the plugin changes the default value to enabled. Wondering if it's worth updating the https://templ.guide/commands-and-tools/ide-support doc page to mention this default behavior.
Currently,
templ-vscode
extension collapses generated.go
files under.templ
files, which is a nice feature, but also collapses unrelated files such asbun.lockb
insidepackage.json
. This functionality should probably default to only.templ
files and allow users to enable or disable the feature all together, and choose whether they want it to also apply to these unrelated file types such aspackage.json
.The text was updated successfully, but these errors were encountered: