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"
|
"defaultMode": "acceptEdits"
|
||||||
},
|
},
|
||||||
|
"enabledMcpjsonServers": [
|
||||||
|
"mysql"
|
||||||
|
],
|
||||||
"enabledPlugins": {
|
"enabledPlugins": {
|
||||||
"csharp-lsp@claude-plugins-official": true,
|
"csharp-lsp@claude-plugins-official": true,
|
||||||
"frontend-design@claude-plugins-official": true,
|
"frontend-design@claude-plugins-official": true,
|
||||||
|
|
@ -62,6 +65,7 @@
|
||||||
"language": "German",
|
"language": "German",
|
||||||
"alwaysThinkingEnabled": true,
|
"alwaysThinkingEnabled": true,
|
||||||
"effortLevel": "high",
|
"effortLevel": "high",
|
||||||
|
"voiceEnabled": true,
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"playwright": {
|
"playwright": {
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
|
|
@ -80,7 +84,5 @@
|
||||||
"postgresql://krah:krah_dev_pw@localhost:5432/krah_prodb"
|
"postgresql://krah:krah_dev_pw@localhost:5432/krah_prodb"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"voiceEnabled": true,
|
|
||||||
"enabledMcpjsonServers": ["mysql"]
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue