- .github/copilot-instructions.md: projektspezifische Copilot-Instruktionen - .vscode/: empfohlene Extensions & Editor-Settings - prompts/: Docker, Debug, Code-Review Prompt-Templates
7 lines
207 B
JSON
7 lines
207 B
JSON
{
|
||
// 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": {}
|
||
}
|