Skip to content

Commit dc96635

Browse files
committed
Update version
1 parent 2d28313 commit dc96635

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"extensions": [
1010
"mads-hartmann.bash-ide-vscode",
1111
"dbaeumer.vscode-eslint"
12-
]
12+
],
13+
"settings": {
14+
"dev.containers.copyGitConfig": true
15+
}
1316
}
1417
},
1518
"postCreateCommand": "npm install -g @devcontainers/cli"

src/color/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "color",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"name": "My Favorite Color",
55
"description": "A Template to remind you of your favorite color",
66
"documentationURL": "https://github.com/devcontainers/template-starter/tree/main/src/color",

src/hello/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "hello",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"name": "Hello, World",
55
"description": "A hello world Template",
66
"documentationURL": "https://github.com/devcontainers/template-starter/tree/main/src/hello",

0 commit comments

Comments
 (0)