'Tabnine Extension was unable to download its dependencies
please complete the following information:
Tabnine Extension was unable to download its dependencies. Please check your internet connection. If you use a proxy server, please visit https://code.visualstudio.com/docs/setup/network
Solution 1:[1]
Try to install 3.2.8. it worked for me.
Solution 2:[2]
Strictly speaking, this is not a solution, but it may help someone.
I met the same problem with a remote ssh Linux machine, and I tried the following solutions:
- remove vscode-server extension directory under
~/.vscode-server
then reinstall - set http proxy both vscode settings and linux environment (enabled before)
- downgrade tabnine version
- ...
none of these worked.
But I noticed that if I cancel the proxy, the pop-up error takes longer. Of course, the proxy works fine. I guess something went wrong with the network.
So, I switched my proxy to another region, and it worked. I guess tabnine block my proxy ip for some re
So, the suggestion is:
- change your network provider, make sure it can access tabnine.
- Or set up http proxy in vscode settings, and switch to another one if it does not working.
- for vscode remote user, make the proxy settings modified on remote host.
- delete extension configs and reinstall, for vscode remote, delete
vsocde-server
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | kmayes39 |
Solution 2 | Jay |