Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple M1 Support #42

Closed
amircodota opened this issue Jan 17, 2021 · 2 comments · Fixed by #44
Closed

Apple M1 Support #42

amircodota opened this issue Jan 17, 2021 · 2 comments · Fixed by #44

Comments

@amircodota
Copy link

amircodota commented Jan 17, 2021

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).

@TommyX12
Copy link
Owner

Thanks for the update, I will look into it.
In the meantime, could you please take a look at #43? Thanks!

@amircodota
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants