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
Note that supporting m1 when the editor is run nativelyon arm is usually pretty straight forward. However, supporting a case where the editor is running on the Rosetta translator is a little more complex (see this).
The text was updated successfully, but these errors were encountered:
Regarding #43 - I'm not familiar with el at all, but from what I can gather it seems correct to me.
One import thing is that
The current version that's out is 3.3.34. I think if you test it and see that Tabnine functions correctly after downloading that version, than you should be good to go
Hi, folks
Amir from tabnine here.
We have recently released support the new for Apple M1 processors.
This requires some changes on the plugin side too.
We've updated the how to write a plugin document.
We also implemented it in various other plugins, so you can check it out to get inspiration :-)
vscode
sublime
intellij
vim
Note that supporting m1 when the editor is run nativelyon arm is usually pretty straight forward. However, supporting a case where the editor is running on the Rosetta translator is a little more complex (see this).
The text was updated successfully, but these errors were encountered: