|
11 | 11 | "ghcr.io/rails/devcontainer/features/postgres-client": { |
12 | 12 | "version": "17" |
13 | 13 | }, |
14 | | - "ghcr.io/code-fabrik/features/dokku-cli:latest": {} |
| 14 | + "ghcr.io/code-fabrik/features/dokku-cli:latest": {}, |
| 15 | + "ghcr.io/georglauterbach/dev-container-features/cache-vscode-extensions:0": {} |
15 | 16 | }, |
16 | 17 | // Use 'forwardPorts' to make a list of ports inside the container available locally. |
17 | 18 | // This can be used to network with other containers or with the host. |
|
27 | 28 | "dbaeumer.vscode-eslint", |
28 | 29 | "motivesoft.vscode-uuid-generator", |
29 | 30 | "dbaeumer.vscode-eslint", |
30 | | - "esbenp.prettier-vscode" |
31 | | - ] |
| 31 | + "esbenp.prettier-vscode", |
| 32 | + "ms-ossdata.vscode-pgsql", |
| 33 | + "GitHub.copilot", |
| 34 | + "GitHub.vscode-pull-request-github" |
| 35 | + ], |
| 36 | + "settings": { |
| 37 | + "pgsql.serverGroups": [ |
| 38 | + { |
| 39 | + "name": "Servers", |
| 40 | + "id": "9B1DBC9B-951B-4E3D-AC65-7D4CDE1773A0", |
| 41 | + "isDefault": true |
| 42 | + } |
| 43 | + ], |
| 44 | + "pgsql.connections": [ |
| 45 | + { |
| 46 | + "id": "30A5E0E0-9901-4311-913B-98F78549DD64", |
| 47 | + "groupId": "9B1DBC9B-951B-4E3D-AC65-7D4CDE1773A0", |
| 48 | + "authenticationType": "SqlLogin", |
| 49 | + "connectTimeout": 15, |
| 50 | + "applicationName": "vscode-pgsql", |
| 51 | + "clientEncoding": "utf8", |
| 52 | + "sslmode": "disable", |
| 53 | + "server": "db", |
| 54 | + "user": "postgres", |
| 55 | + "port": "5432", |
| 56 | + "database": "teaching_api", |
| 57 | + "password": "postgres", |
| 58 | + "savePassword": true, |
| 59 | + "profileName": "TeachingAPI", |
| 60 | + "copilotAccessMode": "ro", |
| 61 | + "expiresOn": 0 |
| 62 | + } |
| 63 | + ] |
| 64 | + } |
32 | 65 | } |
33 | 66 | }, |
34 | 67 | "remoteEnv": { |
|
0 commit comments