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:
parent
78138f5c5a
commit
4870c6fdd8
19 changed files with 2520 additions and 205 deletions
|
@ -1932,7 +1932,7 @@ namespace IDE.ui
|
|||
}
|
||||
else if (resolveType == ResolveType.GetCurrentLocation)
|
||||
{
|
||||
PrimaryNavigationBar.SetLocation(autocompleteInfo);
|
||||
PrimaryNavigationBar.SetLocation(autocompleteInfo ?? "");
|
||||
}
|
||||
else if ((resolveType == .Autocomplete) || (resolveType == .GetFixits))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue