33 "dockerComposeFile" : " docker-compose.yml" ,
44 "service" : " application" ,
55 "workspaceFolder" : " /workspace" ,
6- "settings" : {
7- "terminal.integrated.defaultProfile.linux" : " bash"
6+ "customizations" : {
7+ "vscode" : {
8+ "settings" : {
9+ "terminal.integrated.defaultProfile.linux" : " bash"
10+ },
11+ "remoteEnv" : {
12+ "PATH" : " ${containerEnv:PATH}:/workspace/bin"
13+ },
14+ "extensions" : [
15+ " dbaeumer.vscode-eslint" ,
16+ " esbenp.prettier-vscode" ,
17+ " mikestead.dotenv" ,
18+ " ms-azuretools.vscode-docker" ,
19+ " ms-vsliveshare.vsliveshare" ,
20+ " wayou.vscode-todo-highlight" ,
21+ " xshrim.txt-syntax"
22+ ]
23+ }
824 },
9- "remoteEnv" : {
10- "PATH" : " ${containerEnv:PATH}:/workspace/bin"
11- },
12- "extensions" : [
13- " dbaeumer.vscode-eslint" ,
14- " esbenp.prettier-vscode" ,
15- " mikestead.dotenv" ,
16- " ms-azuretools.vscode-docker" ,
17- " ms-vsliveshare.vsliveshare" ,
18- " wayou.vscode-todo-highlight" ,
19- " xshrim.txt-syntax"
20- ],
21- "forwardPorts" : [
22- 3000 ,
23- 4000 ,
24- 9000 ,
25- 9001
26- ],
25+ "forwardPorts" : [3000 , 4000 , 9000 , 9001 ],
2726 "postCreateCommand" : " bash -i .devcontainer/init.sh" ,
28- "remoteUser" : " node" ,
29- "portsAttributes" : {
30- "3000" :{
31- "label" : " Example Application" ,
32- "onAutoForward" : " notify"
33- },
34- "4000" : {
35- "label" : " Imgproxy Server"
36- },
37- "9000" : {
38- "label" : " Minio Server"
39- },
40- "9001" : {
41- "label" : " Minio Console"
42- }
27+ "remoteUser" : " node" ,
28+ "portsAttributes" : {
29+ "3000" : {
30+ "label" : " Example Application" ,
31+ "onAutoForward" : " notify"
32+ },
33+ "4000" : {
34+ "label" : " Imgproxy Server"
35+ },
36+ "9000" : {
37+ "label" : " Minio Server"
38+ },
39+ "9001" : {
40+ "label" : " Minio Console"
41+ }
42+ }
4343}
44- }
0 commit comments