temporalio / vscode-debugger-extension

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

Skip more files in the VS Code launch config #53

Closed bergundy closed 10 months ago

bergundy commented 10 months ago

Some recent update to either the SDK code or its dependencies or VS Code itself (unsure what the root cause is) broke the debugger's ability to jump straight to the workflow code, this configuration change fixes that.

It's a bit slower now to reach user code than before, I'll keep looking into how we can improve the slowness.