mirror of
https://github.com/neon443/DockPhobia.git
synced 2026-03-11 06:49:12 +00:00
swattign all the bugs
meybe fix memory leak fix a lot of stuff, improvemetns
This commit is contained in:
21
.nova/Tasks/Virtual Environment.json
Normal file
21
.nova/Tasks/Virtual Environment.json
Normal 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" : "."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user