Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-08-05 10:05:20 +02:00
parent 61f1e59964
commit f96ed670ca
239 changed files with 23858 additions and 730 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"recommendations": [
// Fornisce il debugger "coreclr" richiesto da launch.json.
"ms-dotnettools.csharp",
"ms-dotnettools.csdevkit",
// Colora installer\Encelado.iss e ne conosce direttive e costanti. Serve solo a
// leggere e scrivere quel file: l'installer si costruisce con il task
// "installer", che non dipende da nessuna estensione.
"idleberg.innosetup"
]
}