Skip to content

Commit

Permalink
Add VS Code fileNesting patterns for view_components (#1419)
Browse files Browse the repository at this point in the history
* Setup file nesting patterns for view components

* don't set true explicitly
  • Loading branch information
jonrohan authored Sep 28, 2022
1 parent f6f54e0 commit 9300b02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"explorer.fileNesting.patterns": {
"*.rb": "${basename}.rb, ${basename}.html.erb, ${basename}.ts, ${basename}.pcss"
}
}

0 comments on commit 9300b02

Please sign in to comment.