|
7 | 7 | }, |
8 | 8 | "id": "nhsnotify", |
9 | 9 | "name": "NHS Notify", |
10 | | - "version": "1.0.14", |
| 10 | + "version": "1.0.15", |
11 | 11 | "dependsOn": { |
12 | 12 | "ghcr.io/devcontainers/features/common-utils:2.5.4": { |
13 | 13 | "configureZshAsDefaultShell": true, |
|
20 | 20 | "username": "automatic" |
21 | 21 | } |
22 | 22 | }, |
23 | | - "postCreateCommand": ["/usr/local/share/nhsnotify/scripts/postcreatecommand.sh"], |
24 | | - "postStartCommand": ["/usr/local/share/nhsnotify/scripts/poststartcommand.sh"], |
| 23 | + "postCreateCommand": [ |
| 24 | + "/usr/local/share/nhsnotify/scripts/postcreatecommand.sh" |
| 25 | + ], |
| 26 | + "postStartCommand": [ |
| 27 | + "/usr/local/share/nhsnotify/scripts/poststartcommand.sh" |
| 28 | + ], |
25 | 29 | "mounts": [ |
26 | | - {"source": "/usr/local/share/ca-certificates", "target": "/home/ca-certificates", "type": "bind"}, |
27 | | - {"source": "${localEnv:HOME}/.aws", "target": "/home/vscode/.aws", "type": "bind"}, |
28 | | - {"source": "${localEnv:HOME}/.gitconfig", "target": "/home/vscode/.gitconfig", "type": "bind"}, |
29 | | - {"source": "${localEnv:HOME}/.gnupg", "target": "/home/vscode/.gnupg", "type": "bind"}, |
30 | | - {"source": "${localEnv:HOME}/.ssh", "target": "/home/vscode/.ssh", "type": "bind"} |
| 30 | + { |
| 31 | + "source": "/usr/local/share/ca-certificates", |
| 32 | + "target": "/home/ca-certificates", |
| 33 | + "type": "bind" |
| 34 | + }, |
| 35 | + { |
| 36 | + "source": "${localEnv:HOME}/.aws", |
| 37 | + "target": "/home/vscode/.aws", |
| 38 | + "type": "bind" |
| 39 | + }, |
| 40 | + { |
| 41 | + "source": "${localEnv:HOME}/.gitconfig", |
| 42 | + "target": "/home/vscode/.gitconfig", |
| 43 | + "type": "bind" |
| 44 | + }, |
| 45 | + { |
| 46 | + "source": "${localEnv:HOME}/.gnupg", |
| 47 | + "target": "/home/vscode/.gnupg", |
| 48 | + "type": "bind" |
| 49 | + }, |
| 50 | + { |
| 51 | + "source": "${localEnv:HOME}/.ssh", |
| 52 | + "target": "/home/vscode/.ssh", |
| 53 | + "type": "bind" |
| 54 | + }, |
| 55 | + { |
| 56 | + "source": "${localEnv:HOME}/.ssh", |
| 57 | + "target": "/home/vscode/.ssh", |
| 58 | + "type": "bind" |
| 59 | + }, |
| 60 | + { |
| 61 | + "source": "${localEnv:HOME}/.config/gh/hosts.yml", |
| 62 | + "target": "/home/vscode/.config/gh/hosts.yml", |
| 63 | + "type": "bind" |
| 64 | + } |
31 | 65 | ], |
32 | 66 | "customizations": { |
33 | 67 | "vscode": { |
|
0 commit comments