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
[coc.nvim] Error on activate extension coc-tabnine: Sorry, the platfor
m 'android' is not supported by Tab
Nine. Press ENTER or type command to cont
inue
The text was updated successfully, but these errors were encountered:
You can see in https://github.com/codota/TabNine/blob/master/dl_binaries.sh that Android is not supported by tabnine. Then it's clear that coc-tabnine also doesn't work.
Perhaps cloud-completions may work, but then coc-tabnine has to ask the user if he wants to enable cloud completions. I think about something like this (pseudo-code):
check for a tabnine binary supported on this device
if there is a tabnine binary supported on this device:
automatically select this tabnine binary
else:
ask user for automatically activated cloud-completions
if user prompts "yes":
continue installation process only with clound-completions
else:
abort the installation process because there is no working binary
coc-tabnine may also use wine and execute a windows tabnine binary.
[coc.nvim] Error on activate extension coc-tabnine: Sorry, the platfor
m 'android' is not supported by Tab
Nine. Press ENTER or type command to cont
inue
The text was updated successfully, but these errors were encountered: