log sln parse time

This commit is contained in:
Matt Parker
2025-08-02 18:03:20 +10:00
parent 5b77fb7030
commit 30bc449c5f
2 changed files with 5 additions and 2 deletions

View File

@@ -74,7 +74,6 @@
var solutionFilePath = (string)result.Data!;
_solutionFilePath = solutionFilePath;
//await BuildService.BuildSolutionAsync(_solutionFilePath);
var solutionModel = await VsPersistenceMapper.GetSolutionModel(_solutionFilePath);
_solutionModel = solutionModel;
if (AppState.IdeSettings.AutoOpenTerminalOnLaunch)