feat(settings): add configuration to disable YAML schema detection for specific workflow files #45

Merged
Richie merged 1 commits from feature/add-configuration-to-disable-YAML-schema-detection-for-specific-workflow-files into main 2026-07-27 20:17:48 -04:00
@@ -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",
],
}