etc/zed/tasks.json

7 lines
85 B
JSON
Raw Normal View History

2024-10-03 00:38:07 +03:00
[
{
"label": "echo current file's path",
"command": "echo $ZED_FILE"
}
]