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 #58

Closed
amircodota opened this issue Jan 17, 2021 · 1 comment · Fixed by #59
Closed

Apple M1 Support #58

amircodota opened this issue Jan 17, 2021 · 1 comment · Fixed by #59

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

@Shougo
Copy link
Contributor

Shougo commented Jan 17, 2021

Thanks. I will check it later.

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