0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-11-01 13:48:54 +00:00
Files
termux-packages/x11-packages/codelldb/move-adapter-outside-vsix.diff
Robert Kirkman 782f5c0243 fix(x11/codelldb): use .so library filename extension if process.platform is linux or android
- 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`.
2025-10-24 02:12:37 -05:00

4.8 KiB