Files
Reservair/.zed/tasks.json
T

12 lines
171 B
JSON
Raw Normal View History

2026-06-11 19:03:29 +02:00
[
{
"label": "Run python file",
"command": "python3",
"args": ["$ZED_FILE"],
"use_new_terminal": false,
"env": {
"PYTHONPATH": "."
}
}
]