swattign all the bugs

meybe fix memory leak
fix a lot of stuff, improvemetns
This commit is contained in:
neon443
2025-03-17 09:00:39 +00:00
parent 4930726372
commit b24df9a77c
7 changed files with 141 additions and 74 deletions

View File

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