You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens because here the algorithm that figures out which children are under the parent checks only if the parent name matches the candidate child's containerName (both unqualified). So because two parents can have the same unqualified name, a given symbol can be added to two different parents. microsoft/language-server-protocol#327 would solve this.
The text was updated successfully, but these errors were encountered:
Using Theia master as of today.
This happens because here the algorithm that figures out which children are under the parent checks only if the parent name matches the candidate child's containerName (both unqualified). So because two parents can have the same unqualified name, a given symbol can be added to two different parents.
microsoft/language-server-protocol#327 would solve this.
The text was updated successfully, but these errors were encountered: