feat(settings): add configuration to disable YAML schema detection for specific workflow files
treefmt / nix fmt (pull_request) Successful in 5s
pytest / pytest (pull_request) Successful in 30s
test ebook search / test-ebook-search (pull_request) Successful in 37s
build_systems / build-bob (pull_request) Successful in 51s
build_systems / build-brain (pull_request) Successful in 49s
build_systems / build-rhapsody-in-green (pull_request) Successful in 1m7s
build_systems / build-jeeves (pull_request) Successful in 2m35s

This commit is contained in:
2026-07-25 18:43:43 -04:00
parent 8eee5faf72
commit 18565d6eff
@@ -104,4 +104,12 @@
"hediet.vscode-drawio.appearance": "automatic",
"claudeCode.preferredLocation": "panel",
"docker.extension.enableComposeLanguageServer": false,
"yaml.disableSchemaDetection": [
"**/.github/workflows/*.yml",
"**/.github/workflows/*.yaml",
"**/.gitea/workflows/*.yml",
"**/.gitea/workflows/*.yaml",
"**/.forgejo/workflows/*.yml",
"**/.forgejo/workflows/*.yaml",
],
}