HostWorkspace\AutoLoadProjectsInitializer.cs (9)
46_logger.LogWarning("No workspace folders provided during initialization; could not auto load projects.");
50var (isLoadingDisabled, solutionPath) = TryGetVSCodeSolutionSettings(workspaceFolders, _logger);
53_logger.LogInformation("Using VS Code settings to disable auto loading solution on startup.");
58_logger.LogInformation("Using VS Code settings to auto load solution {SolutionFile}", solutionPath);
67if (TryGetFolderPath(folder, _logger, out var folderPath))
75_logger.LogInformation("Found single solution file {SolutionFile} to auto load", solutionFiles[0]);
85_logger.LogTrace("Searching for projects to load in workspace folder: {FolderUri}", folder.DocumentUri);
86if (TryGetFolderPath(folder, _logger, out var folderPath))
92_logger.LogInformation("Discovered {count} projects to auto load", projectFiles.Count);