create ide settings

This commit is contained in:
Matt Parker
2025-08-02 14:48:57 +10:00
parent e18ce7af71
commit bc836a3c00
4 changed files with 28 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ public class Program
if (deserializedAppState is not null)
{
appState.SolutionFilePath = deserializedAppState.SolutionFilePath;
appState.IdeSettings = deserializedAppState.IdeSettings;
}
}
}