VS Code extension - being able to execute "cells" using Cmd+Enter in .coco file
Open
good first issue
tooling
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
It is currently not possible to execute cell from .coco file in VS Code.
A cell is defined by:
```
# %%
"hello" |> print
# %%
```
Contributor guide
Assessment
This issue has not been assessed yet.