mirror of
https://github.com/termux/termux-packages.git
synced 2025-11-01 13:48:54 +00:00
- In this package, I support two or more editors, including both `code-oss` (termux-packages) and `code-server` (TUR). - However, unfortunately, while `code-oss` and `code-server` are _very_ similar, they are also very subtly different in some minor ways, and for some reason, sometimes `codelldb` stops working on `code-server` even if it continued working on `code-oss`, so I regularly test it with both of them. Unfortunately it stopped working on `code-server` recently. - `code-oss` seems to "think" that it is running on "`process.platform == 'linux'`", but on the other hand, `code-server` now seems to "think" that it is running on "`process.platform == 'android'`" instead. Because of this, it is now necessary to handle an "if linux OR android" condition in `extension/novsc/adatper.ts`.
4.8 KiB
4.8 KiB