-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
addpkg(x11/code-oss-extension-codelldb): 1.11.5 #24716
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
base: master
Are you sure you want to change the base?
Conversation
For anyone who is unfamiliar with using CodeLLDB on standard VSCode for GNU/Linux, here is the example project, "basicopenslestest", that I used to test the extension: Project build command:
|
3b1b23d
to
c7a9dc4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other things looks good to me.
x11-packages/code-extension-codelldb/code-oss-extension-codelldb.subpackage.sh
Outdated
Show resolved
Hide resolved
e3206ed
to
fa80aa3
Compare
I noticed that when the update happens, if it was built on a different day/other changes from the previous build, then the installation folder of the previous version will remain "leftover" in the and removing the However, if the user clicks this button in the Extensions tab of the editor, then at that moment, the editor immediately "cleans up" all the old, leftover extension folders in This seems like it is just intended behavior, judging from what I see in the issues of VSCode. |
Some people online say things like "special |
fe5f011
to
6e861b8
Compare
- Fixes termux#24715 - This single build works with both `code-oss` and also with another editor that exists somewhere else, but for the time being, only `code-oss` can be found in this Termux repository, so for now this package only references `code-oss` and could be expanded to optionally depend on the other editor if it happens to come here in the future
After the release of version 1.11.5, I have been able to successfully use the update in Termux. I believe it is working to the same degree as the previous version, and I have uploaded it here, however, unfortunately, the upstream code changed significantly, and it was not easy to make the newer version work on Android. I use this extension, and I think it is very good, but I understand that using a GUI debugger on CLI Android Native programs and/or X11 Android Native programs fully on Android without having any separate computer is a very niche use case, and it is possible that maybe the other users of the I will keep making updates here of each newer version for a while, but if no other people need this extension, it might make more sense for me to only build it locally and use it myself, and might not be needed in the termux-packages repository. |
code-oss
and also with another editor that exists somewhere else, but for the time being, onlycode-oss
can be found in this Termux repository, so for now this package only referencescode-oss
and could be expanded to have a subpackage that depends on the other editor if it happens to come here in the future