11 lines
488 B
JSON
11 lines
488 B
JSON
|
{
|
||
|
"recommendations": [
|
||
|
"ms-vscode.cpptools", // C/C++ Support (IntelliSense, Debugging, CodeNav)
|
||
|
"aaron-bond.better-comments", // Verbesserte Kommentarfunktion
|
||
|
"usernamehw.errorlens", // Fehler direkt im Editor anzeigen
|
||
|
"eamodio.gitlens", // Git Integration (optional)
|
||
|
"actboy168.tasks", // Tasks Explorer GUI (optional)
|
||
|
"xaver.clang-format" // (optional) Automatische Formatierung mit clang-format
|
||
|
]
|
||
|
}
|