|
7 | 7 | "dockerfile": "Dockerfile", |
8 | 8 | "context": "..", |
9 | 9 | "args": { |
10 | | - "DOCKER_GID": "${env:DOCKER_GID:}" |
11 | | - } |
12 | | - }, |
13 | | - "mounts": [ |
14 | | - "source=${env:HOME}${env:USERPROFILE}/.aws,target=/home/vscode/.aws,type=bind", |
15 | | - "source=${env:HOME}${env:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind", |
16 | | - "source=${env:HOME}${env:USERPROFILE}/.gnupg,target=/home/vscode/.gnupg,type=bind", |
17 | | - "source=${env:HOME}${env:USERPROFILE}/.npmrc,target=/home/vscode/.npmrc,type=bind", |
18 | | - "source=${env:HOME}${env:USERPROFILE}/.gitconfig,target=/home/vscode/.gitconfig,type=bind" |
19 | | - ], |
20 | | - "containerUser": "vscode", |
21 | | - "remoteEnv": { |
22 | | - "LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}" |
23 | | - }, |
24 | | - "features": {}, |
25 | | - "customizations": { |
26 | | - "vscode": { |
27 | | - "extensions": [ |
28 | | - "AmazonWebServices.aws-toolkit-vscode", |
29 | | - "redhat.vscode-yaml", |
30 | | - "eamodio.gitlens", |
31 | | - "github.vscode-pull-request-github", |
32 | | - "streetsidesoftware.code-spell-checker", |
33 | | - "timonwong.shellcheck", |
34 | | - "github.vscode-github-actions" |
35 | | - ], |
36 | | - "settings": { |
37 | | - "cSpell.words": [ |
38 | | - "fhir", |
39 | | - "Formik", |
40 | | - "pino", |
41 | | - "serialisation" |
42 | | - ] |
| 10 | + "DOCKER_GID": "${env:DOCKER_GID:}", |
| 11 | + "IMAGE_VERSION": "pr-15-c27cba7" // This arg is used in the Dockerfile to specify the base image version } |
| 12 | + }, |
| 13 | + "mounts": [ |
| 14 | + "source=${env:HOME}${env:USERPROFILE}/.aws,target=/home/vscode/.aws,type=bind", |
| 15 | + "source=${env:HOME}${env:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind", |
| 16 | + "source=${env:HOME}${env:USERPROFILE}/.gnupg,target=/home/vscode/.gnupg,type=bind", |
| 17 | + "source=${env:HOME}${env:USERPROFILE}/.npmrc,target=/home/vscode/.npmrc,type=bind" |
| 18 | + ], |
| 19 | + "containerUser": "vscode", |
| 20 | + "remoteEnv": { |
| 21 | + "LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}" |
| 22 | + }, |
| 23 | + "features": {}, |
| 24 | + "customizations": { |
| 25 | + "vscode": { |
| 26 | + "extensions": [ |
| 27 | + "AmazonWebServices.aws-toolkit-vscode", |
| 28 | + "redhat.vscode-yaml", |
| 29 | + "eamodio.gitlens", |
| 30 | + "github.vscode-pull-request-github", |
| 31 | + "streetsidesoftware.code-spell-checker", |
| 32 | + "timonwong.shellcheck", |
| 33 | + "github.vscode-github-actions" |
| 34 | + ], |
| 35 | + "settings": { |
| 36 | + "cSpell.words": [ |
| 37 | + "fhir", |
| 38 | + "Formik", |
| 39 | + "pino", |
| 40 | + "serialisation" |
| 41 | + ] |
| 42 | + } |
43 | 43 | } |
44 | 44 | } |
45 | 45 | } |
46 | | -} |
0 commit comments