mirror of
https://github.com/neon443/DockPhobia.git
synced 2026-03-11 06:49:12 +00:00
add reaadme and stuff
This commit is contained in:
4
.nova/Configuration.json
Normal file
4
.nova/Configuration.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"python.analysis.typeCheckingMode" : "strict",
|
||||
"python.pipRequirements" : "DockPhobiaPy\/requirements.txt"
|
||||
}
|
||||
17
.nova/Tasks/Custom Task.json
Normal file
17
.nova/Tasks/Custom Task.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"actions" : {
|
||||
"build" : {
|
||||
"enabled" : true,
|
||||
"script" : "#!\/bin\/sh\ncd DockPhobiaPy\npython3 -m venv venv\n. venv\/bin\/activate\npip3 install -r requirements.txt"
|
||||
},
|
||||
"clean" : {
|
||||
"enabled" : true,
|
||||
"script" : "#!\/bin\/sh\ncd DockPhobiaPy\n. venv\/bin\/activate\npip3 freeze > requirements.txt\nrm -rf venv"
|
||||
},
|
||||
"run" : {
|
||||
"enabled" : true,
|
||||
"script" : "#!\/bin\/sh\ncd DockPhobiaPy\n. venv\/bin\/activate\npython3 main.py"
|
||||
}
|
||||
},
|
||||
"openLogOnRun" : "start"
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"actions" : {
|
||||
"run" : {
|
||||
"postActions" : [
|
||||
{
|
||||
"script" : ". *Py\/venv\/bin\/activate\npython3 *Py\/main.py",
|
||||
"type" : "runScript"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"extension" : {
|
||||
"identifier" : "net.danwatson.Python",
|
||||
"name" : "Python"
|
||||
},
|
||||
"extensionTemplate" : "virtualenv",
|
||||
"extensionValues" : {
|
||||
"script" : "DockPhobiaPy\/main.py"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user