Skip to content

Commit

Permalink
Include all features in ci devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewn617 committed Aug 8, 2024
1 parent 40a236c commit e1f522c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"version": "latest",
"ppa": "false"
},
"./features/ruby": {}
"./features/ruby": {},
"./features/activestorage": {},
"./features/postgres-client": {},
"./features/mysql-client": {},
"./features/sqlite3": {}
},
// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
Expand Down

0 comments on commit e1f522c

Please sign in to comment.