1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Initial package management support

This commit is contained in:
Brian Fiete 2024-10-21 09:18:07 -04:00
parent 78138f5c5a
commit 4870c6fdd8
19 changed files with 2520 additions and 205 deletions

View file

@ -1932,7 +1932,7 @@ namespace IDE.ui
}
else if (resolveType == ResolveType.GetCurrentLocation)
{
PrimaryNavigationBar.SetLocation(autocompleteInfo);
PrimaryNavigationBar.SetLocation(autocompleteInfo ?? "");
}
else if ((resolveType == .Autocomplete) || (resolveType == .GetFixits))
{