|
2 | 2 | // https://github.com/microsoft/vscode-dev-containers/tree/v0.163.1/containers/docker-existing-docker-compose |
3 | 3 | // If you want to run as a non-root user in the container, see .devcontainer/docker-compose.yml. |
4 | 4 | { |
5 | | - "name": "Existing Docker Compose (Extend)", |
| 5 | + "name": "Existing Docker Compose (Extend)", |
6 | 6 |
|
7 | | - // Update the 'dockerComposeFile' list if you have more compose files or use different names. |
8 | | - // The .devcontainer/docker-compose.yml file contains any overrides you need/want to make. |
9 | | - "dockerComposeFile": [ |
10 | | - "../docker-compose.yml" |
11 | | - ], |
| 7 | + // Update the 'dockerComposeFile' list if you have more compose files or use different names. |
| 8 | + // The .devcontainer/docker-compose.yml file contains any overrides you need/want to make. |
| 9 | + "dockerComposeFile": ["../docker-compose.yml"], |
12 | 10 |
|
13 | | - "service": "onesignal-web-sdk-dev", |
| 11 | + "service": "onesignal-web-sdk-dev", |
14 | 12 |
|
15 | | - // The optional 'workspaceFolder' property is the path VS Code should open by default when |
16 | | - // connected. This is typically a file mount in .devcontainer/docker-compose.yml |
17 | | - "workspaceFolder": "/sdk", |
| 13 | + // The optional 'workspaceFolder' property is the path VS Code should open by default when |
| 14 | + // connected. This is typically a file mount in .devcontainer/docker-compose.yml |
| 15 | + "workspaceFolder": "/sdk", |
18 | 16 |
|
19 | | - // Set *default* container specific settings.json values on container create. |
20 | | - "settings": { |
21 | | - "terminal.integrated.shell.linux": null |
22 | | - }, |
| 17 | + // Set *default* container specific settings.json values on container create. |
| 18 | + "settings": { |
| 19 | + "terminal.integrated.shell.linux": null |
| 20 | + }, |
23 | 21 |
|
24 | | - // Add the IDs of extensions you want installed when the container is created. |
25 | | - "extensions": [] |
| 22 | + // Add the IDs of extensions you want installed when the container is created. |
| 23 | + "extensions": [] |
26 | 24 |
|
27 | | - // Use 'forwardPorts' to make a list of ports inside the container available locally. |
28 | | - // "forwardPorts": [], |
| 25 | + // Use 'forwardPorts' to make a list of ports inside the container available locally. |
| 26 | + // "forwardPorts": [], |
29 | 27 |
|
30 | | - // Uncomment the next line if you want start specific services in your Docker Compose config. |
31 | | - // "runServices": [], |
| 28 | + // Uncomment the next line if you want start specific services in your Docker Compose config. |
| 29 | + // "runServices": [], |
32 | 30 |
|
33 | | - // Uncomment the next line if you want to keep your containers running after VS Code shuts down. |
34 | | - // "shutdownAction": "none", |
| 31 | + // Uncomment the next line if you want to keep your containers running after VS Code shuts down. |
| 32 | + // "shutdownAction": "none", |
35 | 33 |
|
36 | | - // Uncomment the next line to run commands after the container is created - for example installing curl. |
37 | | - // "postCreateCommand": "apt-get update && apt-get install -y curl", |
| 34 | + // Uncomment the next line to run commands after the container is created - for example installing curl. |
| 35 | + // "postCreateCommand": "apt-get update && apt-get install -y curl", |
38 | 36 |
|
39 | | - // Uncomment to connect as a non-root user if you've added one. See https://aka.ms/vscode-remote/containers/non-root. |
40 | | - // "remoteUser": "vscode" |
| 37 | + // Uncomment to connect as a non-root user if you've added one. See https://aka.ms/vscode-remote/containers/non-root. |
| 38 | + // "remoteUser": "vscode" |
41 | 39 | } |
0 commit comments