dbos-inc / ttdbg-extension

DBOS Time Travel Debugger extension for VS Code
https://docs.dbos.dev
MIT License
5 stars 1 forks source link

look for launch config with `npx dbos debug` OR `npx dbos-sdk debug` #37

Closed devhawk closed 2 months ago

devhawk commented 2 months ago

When launching the TT debugger, we look for an existing launch configuration containing npx dbos debug. However, DBOS also supports useing the dbos-sdk cli command. So this PR updates the extension to look use the first launch configuration with either npx dbos debug or npx dbos-sdk debug in the command