mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Standardize formatting
This commit is contained in:
parent
7ed2119545
commit
e39c8558b9
1 changed files with 26 additions and 21 deletions
|
|
@ -1,24 +1,29 @@
|
|||
{
|
||||
"hostRequirements": {
|
||||
"cpus": 4
|
||||
},
|
||||
"waitFor": "onCreateCommand",
|
||||
"updateContentCommand": "bundle install --local",
|
||||
"postCreateCommand": "",
|
||||
"postAttachCommand": {
|
||||
"server": "rails server",
|
||||
"server": "rails server"
|
||||
},
|
||||
"customizations": {
|
||||
"codespaces": {
|
||||
"openFiles": [
|
||||
"app/views/hello/index.html.erb"
|
||||
]
|
||||
},
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"rebornix.Ruby"
|
||||
]
|
||||
}
|
||||
},
|
||||
"portsAttributes": {
|
||||
"3000": {
|
||||
"label": "Application",
|
||||
"onAutoForward": "openPreview"
|
||||
}
|
||||
},
|
||||
"customizations": {
|
||||
"codespaces": {
|
||||
"openFiles": ["app/views/hello/index.html.erb"]
|
||||
},
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"rebornix.Ruby"
|
||||
],
|
||||
}
|
||||
},
|
||||
"onCreateCommand": "bundle install --local",
|
||||
"postCreateCommand": "",
|
||||
"hostRequirements": {"cpus": 4}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue