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
Fix missing suggestions when open file not from current workspace
For some cases opening a file from not current workspace (directory
detected by `options.root_dir`, fallback to current working directory)
would result in errors in logs and missing suggestions until you delete
that buffer from another workspace.
Now neocodeium only sends buffers from current workspace and properly
changes workspace for `:h :lcd`
0 commit comments