Skip to content

Commit 49637e9

Browse files
committed
disable schemaStore in VSCode YAML ext
Some schemas are used where they shouldn't be (.github/workflows/mkdocs.yml). Some schemas are just outdated or incorrect (.github/labeler.yml). Prefer using GitHub Actions ext in VSCode to validate workflows
1 parent a28d468 commit 49637e9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"github.vscode-github-actions"
4+
]
5+
}

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"yaml.schemaStore.enable": false
3+
}

0 commit comments

Comments
 (0)