This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
docker-compose/.devcontainer Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 13
13
// connected. This is typically a volume mount in .devcontainer/docker-compose.yml
14
14
"workspaceFolder" : " /workspace" ,
15
15
16
- // Update the value of this line to 'none' if you want to keep your containers running after VS Code shuts down.
17
- "shutdownAction" : " stopCompose" ,
18
-
19
- // Uncomment the next line to automatically install extensions.
20
- // "extensions": [ "eamodio.gitlens" ],
16
+ // Uncomment this like if you want to keep your containers running after VS Code shuts down.
17
+ // "shutdownAction": "none",
21
18
22
19
// Uncomment the next line if you want to add in default container specific settings.json values
23
20
// "settings": { "workbench.colorTheme": "Quiet Light" },
24
21
25
22
// Uncomment the next line to run commands after the container is created.
26
23
// "postCreateCommand": ["uname -a"]
27
24
25
+ // Add the IDs of any extensions you want installed in the array below.
26
+ "extensions" : []
27
+
28
28
}
Original file line number Diff line number Diff line change 18
18
// Uncomment the next line if you want to publish any ports.
19
19
// "appPort": [],
20
20
21
- // Uncomment the next line to automatically install extensions.
22
- // "extensions": [ "eamodio.gitlens" ],
23
-
24
21
// Uncomment the next line if you want to add in default container specific settings.json values
25
22
// "settings": { "workbench.colorTheme": "Quiet Light" },
26
23
27
24
// Uncomment the next line to run commands after the container is created.
28
25
// "postCreateCommand": "uname -a",
29
26
27
+ // Add the IDs of any extensions you want installed in the array below.
28
+ "extensions" : []
29
+
30
30
}
Original file line number Diff line number Diff line change 18
18
// Uncomment the next line if you want to publish any ports.
19
19
// "appPort": [],
20
20
21
- // Uncomment the next line to automatically install extensions.
22
- // "extensions": [ "eamodio.gitlens" ],
23
-
24
21
// Uncomment the next line if you want to add in default container specific settings.json values
25
22
// "settings": { "workbench.colorTheme": "Quiet Light" },
26
23
27
24
// Uncomment the next line to run commands after the container is created.
28
25
// "postCreateCommand": "uname -a",
29
26
27
+ // Add the IDs of any extensions you want installed in the array below.
28
+ "extensions" : []
30
29
}
You can’t perform that action at this time.
0 commit comments