etc/zed/tasks.json
2024-10-03 02:38:07 +05:00

6 lines
85 B
JSON

[
{
"label": "echo current file's path",
"command": "echo $ZED_FILE"
}
]