feat(settings): add configuration to disable YAML schema detection for specific workflow files #45
@@ -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