eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
28 stars 40 forks source link

Include node environment hint for binaries #232

Closed thegecko closed 1 year ago

thegecko commented 1 year ago

This helps execute the global binaries without needing to specify the node runtime.

jonahgraham commented 1 year ago

LGTM - let me know if you want latest updated to include this.

thegecko commented 1 year ago

LGTM - let me know if you want latest updated to include this.

Unfortunately the binary references won't work without this. Apologies, it was my oversight.

It doesn't have to be a new full release, but a next release would be really helpful.

jonahgraham commented 1 year ago

next is autopublished, but I did a latest for 0.0.18 while the process is fresh in my mind https://www.npmjs.com/package/cdt-gdb-adapter/v/0.0.18

thegecko commented 1 year ago

Thanks for the new version!

next is autopublished

There wasn't a release published for 89edca052d697ec7ab51421cc385020cc9c764c9 :/

jonahgraham commented 1 year ago

next is autopublished

There wasn't a release published for 89edca0 :/

Indeed, the job was configure to poll SCM once per day, I changed it to be every 5 minutes.

I will be moving this job from cdt to cdt-cloud CI instance at some point, just haven't gotten around to it yet.

thegecko commented 1 year ago

I see!