Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 3aecb54

Browse files
committed
Add example of read-made configuration
1 parent 796eda2 commit 3aecb54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "0.2.0",
44
"description": "VS Code Dev Containers: Definitions and Templates",
55
"files": [
6-
"containers"
6+
"containers",
7+
"repository-configurations"
78
],
89
"repository": {
910
"type": "git",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Node.js 10",
3+
"image": "chrmarti/node"
4+
}

0 commit comments

Comments
 (0)