I've been regularly using the Tabnine VSCode extension on my computer for a while now, and it's been very helpful so far. However, I'm having trouble installing it inside a DevContainer.
Outside the DevContainer, Tabnine works perfectly fine.
On the other hand, although I've installed Tabnine as an extension in the DevContainer, inside the DevContainer
there are no suggestions being made, typing tabnine::config
does nothing, and there's no TabNine icon in the Activity Bar.
I've tried adding port forwarding to port 5555, but VSCode automatically changes it to port 5556, and it doesn't fix the issue.
Is there anything I can do to get TabNine working in my DevContainer? I'm still very much a beginner, so I apologize if I'm missing something obvious.