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
When I type a partial path, I get a list of paths in the autocomplete popup:
But when I press tab or enter to accept the completion, it leaves the partially-typed path except for the last portion, which it replaces with the autocomplete entry:
In this example I expected to type k8s/_cluster/ClusterRoltab and have it autocomplete to k8s/_cluster/ClusterRole/, but it completed to k8s/_cluster/k8s/_cluster/ClusterRole/ instead.
The text was updated successfully, but these errors were encountered:
When I type a partial path, I get a list of paths in the autocomplete popup:

But when I press tab or enter to accept the completion, it leaves the partially-typed path except for the last portion, which it replaces with the autocomplete entry:

In this example I expected to type
k8s/_cluster/ClusterRol
tab and have it autocomplete tok8s/_cluster/ClusterRole/
, but it completed tok8s/_cluster/k8s/_cluster/ClusterRole/
instead.The text was updated successfully, but these errors were encountered: