upd
This commit is contained in:
parent
8c14066443
commit
33bb064d43
|
|
@ -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
|
||||
|
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue