change file to execution stop point

This commit is contained in:
Matt Parker
2025-08-27 19:16:06 +10:00
parent 38fdadb235
commit b5d80204e9
7 changed files with 38 additions and 22 deletions

View File

@@ -58,6 +58,7 @@ public partial class IdeRoot : Control
GD.Print($"Selected: {path}");
var solutionModel = await VsPersistenceMapper.GetSolutionModel(path);
_solutionExplorerPanel.SolutionModel = solutionModel;
_sharpIdeCodeEdit.Solution = solutionModel;
Callable.From(_solutionExplorerPanel.RepopulateTree).CallDeferred();
RoslynAnalysis.StartSolutionAnalysis(path);