VSCode plugin - detect any suitable object or json instead of just createMachine(
Michael Parker
I define machine structure as a const then pass it to createMachine() later - right now I have to wrap my definition in a fake createMachine() call to use the plugin, then comment it out to run my code