Exafunction / codeium

Other
200 stars 9 forks source link

Language Server source code for building on Android #8

Closed Haiz14 closed 10 months ago

Haiz14 commented 10 months ago

Is it possible to release the language server source code, just to build the binary on Android or some other extreme environments?

Would be really helpful.

pqn commented 10 months ago

This is likely too complex for us to extract. What use case do you have in mind? Our Chrome extension uses a remote language server, although the feature set is more limited.

Haiz14 commented 10 months ago

https://github.com/Exafunction/codeium.vim/issues/8

Since android builds are not supported, i thought of building one myself. Seems not possible then.

Haiz14 commented 10 months ago

I can write a docker container to build it if it's alright?

pqn commented 10 months ago

If you are looking for single-file autocomplete, I would recommend looking at the remote language server usage in the Chrome extension. Otherwise, I don't think we're able to accept external integrations into our build system (like images) right now.

Haiz14 commented 10 months ago

Closing it then, :(