Skip to content

Commit a933cb6

Browse files
committed
Change openFiles point to ERB file in Dev Container
1 parent 1b83ea4 commit a933cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"customizations": {
3333
"codespaces": {
3434
"openFiles": [
35-
"app/views/home/show.html.haml"
35+
"app/views/home/show.html.erb"
3636
]
3737
},
3838
"vscode": {

0 commit comments

Comments
 (0)