44 "name" : " Redmine plugin" ,
55 "dockerComposeFile" : " docker-compose.yml" ,
66 "service" : " app" ,
7-
87 "mounts" : [
98 " source=${localWorkspaceFolder},target=/workspaces/${localWorkspaceFolderBasename},type=bind"
109 ],
1110 "workspaceFolder" : " /workspaces/${localWorkspaceFolderBasename}" ,
12-
1311 // Set *default* container specific settings.json values on container create.
14- "settings" : {
12+ "settings" : {
1513 "sqltools.connections" : [
1614 {
1715 "name" : " Rails Development Database" ,
1816 "driver" : " PostgreSQL" ,
1917 "previewLimit" : 50 ,
2018 "server" : " localhost" ,
2119 "port" : 5432 ,
22-
2320 // update this to match config/database.yml
2421 "database" : " app_development" ,
2522 "username" : " vscode"
3027 "previewLimit" : 50 ,
3128 "server" : " localhost" ,
3229 "port" : 5432 ,
33-
3430 // update this to match config/database.yml
3531 "database" : " app_test" ,
3632 "username" : " vscode"
3733 }
3834 ]
3935 },
40-
4136 // Add the IDs of extensions you want installed when the container is created.
4237 "extensions" : [
4338 " mtxr.sqltools" ,
5247 " Serhioromano.vscode-gitflow" ,
5348 " github.vscode-github-actions" ,
5449 " Shopify.ruby-extensions-pack" ,
55- " ritwickdey.LiveServer"
50+ " ritwickdey.LiveServer" ,
51+ " aliariff.vscode-erb-beautify" ,
52+ " bysabi.prettier-vscode-standard" ,
53+ " GitHub.copilot" ,
54+ " Shunqian.prettier-plus" ,
55+ " Gruntfuggly.todo-tree"
5656 ],
57-
5857 // Use 'forwardPorts' to make a list of ports inside the container available locally.
5958 // "forwardPorts": [3000, 5432],
60-
6159 // Use 'postCreateCommand' to run commands after the container is created.
6260 "postCreateCommand" : " sh -x /post-create.sh" ,
63-
6461 // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
6562 "remoteUser" : " vscode" ,
6663 "features" : {
6764 // "git": "latest"
6865 },
69-
7066 "containerEnv" : {
7167 "PLUGIN_NAME" : " ${localWorkspaceFolderBasename}"
7268 },
73-
74- "forwardPorts" : [3000 ]
69+ "forwardPorts" : [
70+ 3000
71+ ]
7572}
0 commit comments