-
Notifications
You must be signed in to change notification settings - Fork 37
Description
I imagine this could be related to the fact the everything is running in WSL.
Describe the bug
When I open the chat window via :TabnineChat I get the message: Workspace indexing: Not yet started that infinitely loads.
To Reproduce
Steps to reproduce the behavior:
- Open a project in nvim
- Run
:TabnineChat - Observe infinite loading of workspace indexing
Expected behavior
I would expect the workspace files to be indexed so I can use the context of the codebase when interacting with the AI models.
Version Info:
Running Ubuntu in WSL (version 2)
cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
nvim -v
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1713484068
I am using vim-plug
ls -A ~/.local/share/nvim/plugged/tabnine-nvim/binaries
4.234.0
cat /path/to/plugin/binaries/.active
I don't have this file
ls -A -- "$(nvim --headless -c 'lua io.stdout:write(vim.fn.stdpath("data"))' -c qa)"/*/tabnine-nvim/binaries/
4.234.0
cat -- "$(nvim --headless -c 'lua io.stdout:write(vim.fn.stdpath("data"))' -c qa)"/*/tabnine-nvim/binaries/.active
No matches found
