Skip to content

Commit 6e48b6a

Browse files
committed
Remove redundant YAML schema entries from VSCode settings
1 parent 68f9600 commit 6e48b6a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"yaml.completion": true,
66
"yaml.hover": true,
77
"yaml.schemas": {
8-
"./.github/aw/main_workflow_schema.json": ".github/workflows/*.md",
9-
"./.github/aw/schemas/agentic-workflow.json": ".github/workflows/*.md",
10-
"./pkg/parser/schemas/main_workflow_schema.json": ".github/workflows/*.md"
8+
"./.github/aw/schemas/agentic-workflow.json": ".github/workflows/*.md"
119
},
1210
"yaml.validate": true
1311
}

0 commit comments

Comments
 (0)