This commit is contained in:
Christian Kauer 2026-03-26 13:37:56 +01:00
parent 8c14066443
commit 33bb064d43
2 changed files with 5 additions and 8 deletions

View File

@ -1,5 +0,0 @@
- .NET 9, nullable reference types
- Async/await with CancellationToken
- EF Core migrations via `dotnet ef`
- AutoMapper for DTOs, FluentValidation for input
- MudBlazor for UI components

View File

@ -50,6 +50,9 @@
],
"defaultMode": "acceptEdits"
},
"enabledMcpjsonServers": [
"mysql"
],
"enabledPlugins": {
"csharp-lsp@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
@ -62,6 +65,7 @@
"language": "German",
"alwaysThinkingEnabled": true,
"effortLevel": "high",
"voiceEnabled": true,
"mcpServers": {
"playwright": {
"command": "npx",
@ -80,7 +84,5 @@
"postgresql://krah:krah_dev_pw@localhost:5432/krah_prodb"
]
}
},
"voiceEnabled": true,
"enabledMcpjsonServers": ["mysql"]
}
}