Wanted to use `vscode` task debugging feature, did...
# flyte-support
p
Wanted to use
vscode
task debugging feature, didnt get far. Just putting the decorator out there results in see trace in :thread: Is there a quick fix? Didnt find anything related under git issues Followed guide here https://docs.flyte.org/en/latest/flytesnacks/examples/flyteinteractive_plugin/vscode.html#connect-to-the-vscode-server
flytekit_version: Version: 1.11.0
`flyte-core`:
v1.12.0
(versions not aligned as with updated flytekit we experienced some other issues)
Copy code
[1/1] currentAttempt done. Last Error: USER::Pod failed. No message received from kubernetes.

[fa450e047a03b4581acb-n0-0] terminated with exit code (1). Reason [Error]. Message: 

│ ❱ 315 │   │   │   │   return func(*args, **kwargs)                           │
│                                                                              │
│ /usr/local/lib/python3.10/site-packages/flytekit/core/python_auto_container. │
│ py:250 in load_task                                                          │
│                                                                              │
│ ❱ 250 │   │   task_module = importlib.import_module(name=task_module)  # typ │
│                                                                              │
│ /usr/local/lib/python3.10/importlib/__init__.py:126 in import_module         │
│                                                                              │
│ ❱ 126 │   return _bootstrap._gcd_import(name[level:], package, level)        │
│ in _gcd_import:1050                                                          │
│ in _find_and_load:1027                                                       │
│ in _find_and_load_unlocked:1006                                              │
│ in _load_unlocked:688                                                        │
│ in exec_module:883                                                           │
│ in _call_with_frames_removed:241                                             │
│                                                                              │
│ /workspace/workflows/some_wf/some_wf/workflow.py:42 in <module>              │
│                                                                              │
│ ❱  42 @vscode(run_task_first=True)                                           │
╰──────────────────────────────────────────────────────────────────────────────╯
TypeError: Can't instantiate abstract class vscode with abstract method 
_wrap_call
.
f
This is weird I have been using it
Cc @high-accountant-32689 did we break some compat?
h
This is unexpected. Let me take a look.
@prehistoric-kangaroo-27449, I was able to use the vscode extension using flytekit 1.11.0 and 1.12.0. Can you share the code you're using?