eclipse-cdt-cloud / cdt-gdb-adapter

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

Remove unnecessary `process` imports #288

Closed colin-grant-work closed 10 months ago

colin-grant-work commented 10 months ago

When experimenting with bundling the CDT-GDB VSCode extension using ESBuild, I ran into a problem similar to this one that turned out to be due to the style of process imports used here. Since process is a Node global, the imports should be unnecessary, so this PR removes them.

jonahgraham commented 10 months ago

@colin-grant-work - feel free to merge at your convenience, or ask me and I can merge. I assume it would be best to publish a new version to npm too for consumption in cdt-gdb-vscode?