-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Syntax highlight not working [Termux] #2749
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
Comments
@DanielMazurkiewicz is code-server working properly in termux of urs |
As was having background starter for code-server wasn't aware of any errors but actually there was an error of missing module "spdlog". Did reinstall code-server with yarn flag --check-files and that seem to solve a problem of missing module, but still no syntax highlight |
Hmm...I haven't used Termux ever but I can take a look if you provide your code-server/browser info and steps to reproduce this locally! |
Checked Firefox and Kiwi browsers, issue on both of them. Code server ver. 3.9.0. Install termux on non rooted android (through F-droid) and then: pkg upgrade
pkg install nodejs
pkg install yarn
yarn global add code-server
code-server |
Update: removed user-data-dir content, downgraded to 3.7.4 and syntax highlighting works |
Thanks for the reproduction instructions! I don't have an Android tablet so I don't think I'll be able to reproduce unfortunately. Well, glad to hear you got it working! I wonder what the root issue could be. Should we close this now? |
It's been over 30 days since we've last heard from you. Going to close this issue for now. If you run into it again or need further assistance, please open another issue! |
In termux everything seem to work except syntax highlighting, does syntax highlight require some x86 dependant code?
The text was updated successfully, but these errors were encountered: