temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
266 stars 70 forks source link

Debugger Client in core #804

Open twin-drill opened 2 weeks ago

twin-drill commented 2 weeks ago

Adding methods for using our VSCode extension into core, so the debugger can be extended into other languages without having to reimplement these basic methods.

Drafted while I'm still working on it.