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
Then the completion suggested is _root_, and with vscode default settings, this completion will be selected when pressing Enter. We can avoid this issue by adding _ to the list of completions we return (and we should also figure out why _root_ appears in there because that doesn't make sense).