Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenWeatherford committed Feb 5, 2025
1 parent a5b7ace commit afbcfba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ private IEnumerable<CompletionItem> GetPartialPrivatePathCompletionsFromAliases(
if (ParseParts(trimmedText, rootConfiguration) is not Parts parts
|| !string.IsNullOrWhiteSpace(parts.ResolvedModulePath)
|| parts.HasVersionSeparator
|| !string.IsNullOrEmpty(parts.SpecifiedAlias)
|| parts.IsPublicRegistry
|| string.IsNullOrWhiteSpace(parts.ResolvedRegistry))
{
Expand Down

0 comments on commit afbcfba

Please sign in to comment.