rd13_copilot_setup/.vscode/settings.json

8 lines
207 B
JSON
Raw Normal View History

{
// Repo-specific overrides only. Global Copilot settings are in User/settings.json (Settings Sync).
"editor.rulers": [100],
// YAML schema validation adjust to your stack
"yaml.schemas": {}
}