Files
DockPhobia/.nova/Tasks/Virtual Environment.json
neon443 b24df9a77c swattign all the bugs
meybe fix memory leak
fix a lot of stuff, improvemetns
2025-03-17 09:00:39 +00:00

22 lines
373 B
JSON

{
"actions" : {
"run" : {
"postActions" : [
{
"script" : "python3 main.py",
"type" : "runScript"
}
]
}
},
"extension" : {
"identifier" : "net.danwatson.Python",
"name" : "Python"
},
"extensionTemplate" : "virtualenv",
"extensionValues" : {
"script" : "*Py\/main.py",
"workdir" : "."
}
}