mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Open the erb by default
This commit is contained in:
parent
372ca64ea6
commit
c0edb1b983
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"customizations": {
|
||||
"codespaces": {
|
||||
"openFiles": ["config/routes.rb", "README.md"]
|
||||
"openFiles": ["app/views/hello/index.html.erb", "README.md"]
|
||||
},
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue