<#6071 [flytekit/async] Create vscode decorator fo...
# flytekit
c
#6071 [flytekit/async] Create vscode decorator for async tasks Issue created by wild-endeavor ### Describe the issue The decorator pattern that the vscode feature currently relies on does not work for async python function tasks including eager tasks because the function expects a synchronous function not an async function. We should figure out how to properly do this but this issue is dependent on first coming into resolution on how the vscode pattern should work longer term. ### What if we do not do this? Users will not be able to run vscode debug on async tasks. ### Are you sure this issue hasn't been raised already? • Yes ### Have you read the Code of Conduct? • Yes flyteorg/flyte