Open jdnichollsc opened 9 months ago
This extension is only for debugging workflow code of past workflow executions. For debugging activity code, run your worker using your editor's normal Node debugger. For example: https://code.visualstudio.com/docs/editor/debugging or I'd search something like "debugging vscode nestjs".
What are you really trying to do?
Describe the bug
At @BAXUSNFT we're using Temporal w/ NestJS to be able to use NestJS custom modules from Temporal activities and we're trying to use this debugger but it's not working, can you recommend any configuration for that implementation? We're using this package for that: https://github.com/KurtzL/nestjs-temporal
Environment/Versions
Thanks for your support and let me know what you think!