rd13_media_wiki/.vscode/settings.json

11 lines
330 B
JSON
Raw Permalink Normal View History

{
// Repo-specific overrides only. Global Copilot settings are in User/settings.json (Settings Sync).
"search.useIgnoreFiles": false,
"editor.rulers": [
100
],
// YAML schema validation
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml"
}
}