12 lines
171 B
JSON
12 lines
171 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"label": "Run python file",
|
||
|
|
"command": "python3",
|
||
|
|
"args": ["$ZED_FILE"],
|
||
|
|
"use_new_terminal": false,
|
||
|
|
"env": {
|
||
|
|
"PYTHONPATH": "."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|