This may seem like a stupid question, but how would one use a debugger when developing a plugin with this SDK?
I would expect that I have to start the plugin with delve and have tflint connect to it, but I don't see how I could configure tflint to do so. Since it is a plugin, I cannot execute it directly since it will just say that it is a plugin and isn't meant to be executed directly.