File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "image" : " mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye" ,
3- "customizations" : {
4- "vscode" : {
5- "settings" : {
6- "json.schemas" : [
7- {
8- "fileMatch" : [
9- " */devcontainer-feature.json"
10- ],
11- "url" : " https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
12- }
13- ]
14- },
15- "extensions" : [
16- " mads-hartmann.bash-ide-vscode"
17- ]
18- }
19- },
20- "features" : {
21- "ghcr.io/devcontainers/features/docker-in-docker:2" : {}
22- },
23- "remoteUser" : " node" ,
24- "updateContentCommand" : " npm install -g @devcontainers/cli"
2+ "image" : " mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye" ,
3+ "customizations" : {
4+ "vscode" : {
5+ "settings" : {
6+ "json.schemas" : [
7+ {
8+ "fileMatch" : [
9+ " */devcontainer-feature.json"
10+ ],
11+ "url" : " https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
12+ }
13+ ]
14+ },
15+ "extensions" : [
16+ " mads-hartmann.bash-ide-vscode"
17+ ]
18+ }
19+ },
20+ "features" : {
21+ "ghcr.io/devcontainers/features/docker-in-docker:2" : {}
22+ },
23+ "remoteUser" : " node" ,
24+ "updateContentCommand" : " npm install -g @devcontainers/cli"
2525}
You can’t perform that action at this time.
0 commit comments