Upload to npm ?
Hi !
First of all, wonderful work!
Second, I was wondering if you had any plan on publishing your repository to npm for others to depend on, or if it could be up to someone else to do it? Currently I don't know where to download the project other than cloning it. Maybe I just missed something :)
On the other hand it could be nice to have the Debugger Adapter part working as a standalone, fetched from npm as "binary"? That would make splitting the vscode extension from the Debug Adapter part, but it means there would be a dedicated C++ DA based on gdb/lldb! Do you have any thoughts about this, or do you prefer having only one repository as it is now?
Thing is, I managed to use your project with Theia IDE and I was looking at a way to properly link against your work in order to support C/C++ debugging :)
Thanks for any thoughts on this.
Hm do you think it would make sense to have this? This is rather a full application and not something you would depend on, and in the rare case that you would have this as a dependency you could just clone it as submodule to your project.
Currently I'm only really doing some low effort maintenance and not actively develop on it anymore anyway and releasing a package to npm would add a lot of maintenance work with the package.json, file layout, documentation, etc.