CoreTextPlace/.zed/tasks.json
2024-05-04 22:17:19 +08:00

9 lines
106 B
JSON

// Static tasks configuration.
//
// Example:
[
{
"label": "Test",
"command": "deno test"
}
]