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:
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"python.analysis.typeCheckingMode" : "strict",
|
||||
"python.pipRequirements" : "DockPhobiaPy\/requirements.txt"
|
||||
"python.interpreter" : ".\/DockPhobiaPy\/venv\/bin\/python3",
|
||||
"python.pipRequirements" : "DockPhobiaPy\/requirements.txt",
|
||||
"python.pythonPath" : "\/Users\/neon443\/Documents\/Xcode\/DockPhobia\/DockPhobiaPy\/venv\/bin\/python3"
|
||||
}
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
37
.nova/Tasks/Python Debug.json
Normal file
37
.nova/Tasks/Python Debug.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"actions" : {
|
||||
"build" : {
|
||||
"postActions" : [
|
||||
{
|
||||
"script" : "cd DockPhobiaPy\npython3 -m venv venv\n. venv\/bin\/activate\npip3 install -r requirements.txt",
|
||||
"type" : "runScript"
|
||||
}
|
||||
]
|
||||
},
|
||||
"clean" : {
|
||||
"postActions" : [
|
||||
{
|
||||
"script" : "cd DockPhobiaPy\n. venv\/bin\/activate\npip3 freeze > requirements.txt\nrm -rf venv",
|
||||
"type" : "runScript"
|
||||
}
|
||||
]
|
||||
},
|
||||
"run" : {
|
||||
"postActions" : [
|
||||
{
|
||||
"script" : ". DockPhobiaPy\/yvenv\/bin\/activate",
|
||||
"type" : "runScript"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"extension" : {
|
||||
"identifier" : "panic.Python",
|
||||
"name" : "Python"
|
||||
},
|
||||
"extensionTemplate" : "pythonDebug",
|
||||
"extensionValues" : {
|
||||
"python.debug.script" : "main.py",
|
||||
"python.debug.workingDirectory" : "DockPhobiaPy"
|
||||
}
|
||||
}
|
||||
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