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
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:
@@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user