temporalio / vscode-debugger-extension

Visual Studio Code debugger plugin
https://marketplace.visualstudio.com/items?itemName=temporal-technologies.temporalio
MIT License
18 stars 6 forks source link

[Bug] Add support for NestJS #73

Open jdnichollsc opened 7 months ago

jdnichollsc commented 7 months ago

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!

lorensr commented 7 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".