mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-26 06:37:17 +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 @@
|
||||||
{
|
{
|
||||||
"postAttachCommand": {
|
"hostRequirements": {
|
||||||
"server": "rails server",
|
"cpus": 4
|
||||||
|
},
|
||||||
|
"waitFor": "onCreateCommand",
|
||||||
|
"updateContentCommand": "bundle install --local",
|
||||||
|
"postCreateCommand": "",
|
||||||
|
"postAttachCommand": {
|
||||||
|
"server": "rails server"
|
||||||
|
},
|
||||||
|
"customizations": {
|
||||||
|
"codespaces": {
|
||||||
|
"openFiles": [
|
||||||
|
"app/views/hello/index.html.erb"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"portsAttributes": {
|
"vscode": {
|
||||||
"3000": {
|
"extensions": [
|
||||||
"label": "Application",
|
"rebornix.Ruby"
|
||||||
"onAutoForward": "openPreview"
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"customizations": {
|
"portsAttributes": {
|
||||||
"codespaces": {
|
"3000": {
|
||||||
"openFiles": ["app/views/hello/index.html.erb"]
|
"label": "Application",
|
||||||
},
|
"onAutoForward": "openPreview"
|
||||||
"vscode": {
|
}
|
||||||
"extensions": [
|
|
||||||
"rebornix.Ruby"
|
|
||||||
],
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"onCreateCommand": "bundle install --local",
|
|
||||||
"postCreateCommand": "",
|
|
||||||
"hostRequirements": {"cpus": 4}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue