dbos-inc / ttdbg-extension

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

Support overriding app name #34

Open qianl15 opened 4 months ago

qianl15 commented 4 months ago

In this PR (https://github.com/dbos-inc/dbos-transact/pull/440) we allow users to deploy an app under a different name than the one in package.json

This change may not work well with the debug extension now because the extension always loads package name as the app name. We can add an override option.