mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Move extensions to the proper devcontainer location
This commit is contained in:
parent
52acf1d5c3
commit
ca3854791e
1 changed files with 5 additions and 3 deletions
|
|
@ -11,11 +11,13 @@
|
|||
"customizations": {
|
||||
"codespaces": {
|
||||
"openFiles": ["config/routes.rb", "README.md"]
|
||||
},
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"rebornix.Ruby"
|
||||
],
|
||||
}
|
||||
},
|
||||
"extensions": [
|
||||
"rebornix.Ruby"
|
||||
],
|
||||
"onCreateCommand": "bundle install --local",
|
||||
"postCreateCommand": ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue