Move extensions to the proper devcontainer location

This commit is contained in:
Brian McManus 2022-10-26 12:49:56 -06:00 committed by GitHub
parent 52acf1d5c3
commit ca3854791e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,13 @@
"customizations": { "customizations": {
"codespaces": { "codespaces": {
"openFiles": ["config/routes.rb", "README.md"] "openFiles": ["config/routes.rb", "README.md"]
},
"vscode": {
"extensions": [
"rebornix.Ruby"
],
} }
}, },
"extensions": [
"rebornix.Ruby"
],
"onCreateCommand": "bundle install --local", "onCreateCommand": "bundle install --local",
"postCreateCommand": "" "postCreateCommand": ""
} }