Skip to content

Commit 11f1843

Browse files
committed
Undo changes to the ParseCoordinator that shouldn't be committed.
1 parent 67b3c84 commit 11f1843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Parsing/VBA/ParseCoordinator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ private void ExecuteCommonParseActivities(IReadOnlyCollection<QualifiedModuleNam
336336

337337
//TODO: Remove the conditional compilation after loading from typelibs actually works.
338338
//TODO: Improve the handling to avoid host crashing. See https://github.com/rubberduck-vba/Rubberduck/issues/5217
339-
// [Conditional("LOAD_USER_COM_PROJECTS")]
339+
[Conditional("LOAD_USER_COM_PROJECTS")]
340340
private void ProcessUserComProjects(ref CancellationToken token, ref IReadOnlyCollection<QualifiedModuleName> toParse, ref HashSet<QualifiedModuleName> toReresolveReferences, ref IReadOnlyCollection<string> newProjectIds)
341341
{
342342
RefreshUserComProjects(toParse, newProjectIds);

0 commit comments

Comments
 (0)