Files
Martin Slachta 0d829845c4 initial
2026-06-11 19:03:29 +02:00

12 lines
171 B
JSON

[
{
"label": "Run python file",
"command": "python3",
"args": ["$ZED_FILE"],
"use_new_terminal": false,
"env": {
"PYTHONPATH": "."
}
}
]