Skip to content

Commit fe05975

Browse files
committed
Settings: Set schema for devcontainer-feature.json.
1 parent 0561924 commit fe05975

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.devcontainer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
33
"customizations": {
44
"vscode": {
5+
"settings": {
6+
"json.schemas": [
7+
{
8+
"fileMatch": ["**/devcontainer-feature.json"],
9+
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
10+
}
11+
]
12+
},
513
"extensions": [
614
"cschleiden.vscode-github-actions",
715
"EditorConfig.EditorConfig",

0 commit comments

Comments
 (0)