Skip to content

Commit 9048c9b

Browse files
authored
Merge pull request #386 from DannyBen/feature/add-validation-for-examples
Feature: enable validation and intellisence for all examples
2 parents a533cf8 + 2afca83 commit 9048c9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"yaml.schemas": {
3+
"schemas/bashly.json": "examples/*/src/bashly.yml",
4+
"schemas/strings.json": "examples/*/src/bashly-strings.yml",
5+
"schemas/settings.json": "examples/*/settings.yml"
6+
}
7+
}

0 commit comments

Comments
 (0)