Skip to content

Commit 7104195

Browse files
committed
fix .vscode settings.json
1 parent bd13d7a commit 7104195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctf/templates/init/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"editor.tabSize": 2
44
},
55
"yaml.schemas": {
6-
"schemas/track.yaml.json": "challenges/**/track.yaml",
6+
"schemas/track.yaml.json": "challenges/*/track.yaml",
77
"schemas/post.json": "challenges/*/posts/*.yaml"
88
}
99
}

0 commit comments

Comments
 (0)