chore(tasks.json): slim
This commit is contained in:
parent
097d4beabb
commit
32a5035328
22
.vscode/tasks.json
vendored
22
.vscode/tasks.json
vendored
@ -2,7 +2,7 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "🛠 Setup Virtual Environment",
|
"label": "Setup Virtual Environment",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "${input:pythonPath}",
|
"command": "${input:pythonPath}",
|
||||||
"args": ["setup.py"],
|
"args": ["setup.py"],
|
||||||
@ -13,25 +13,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "🔨 Build Executable",
|
"label": "Run Build Script",
|
||||||
"type": "shell",
|
|
||||||
"command": "venv\\Scripts\\activate.ps1",
|
|
||||||
"problemMatcher": [],
|
|
||||||
"group": {
|
|
||||||
"kind": "build",
|
|
||||||
"isDefault": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "🚀 Run Build Script",
|
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "venv\\Scripts\\python.exe",
|
"command": "venv\\Scripts\\python.exe",
|
||||||
"args": [
|
"args": [
|
||||||
"build.py"
|
"build.py"
|
||||||
],
|
],
|
||||||
// "options": {
|
|
||||||
// "cwd": "${workspaceFolder}/venv/Scripts"
|
|
||||||
// },
|
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
@ -42,9 +29,8 @@
|
|||||||
"label": "🛠 Full Build",
|
"label": "🛠 Full Build",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"🛠 Setup Virtual Environment",
|
"Setup Virtual Environment",
|
||||||
"🔨 Build Executable",
|
"Run Build Script"
|
||||||
"🚀 Run Build Script"
|
|
||||||
],
|
],
|
||||||
"dependsOrder": "sequence",
|
"dependsOrder": "sequence",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user