We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babe52b commit 5ca2273Copy full SHA for 5ca2273
.vscode/tasks.json
@@ -39,12 +39,12 @@
39
{
40
"label": "Compile resources",
41
"type": "shell",
42
- "command": ".venv/Scripts/Activate.ps1; scripts/compile_resources.ps1"
+ "command": "scripts/compile_resources.ps1"
43
},
44
45
"label": "Build AutoSplit",
46
47
- "command": ".venv/Scripts/Activate.ps1; scripts/build.ps1",
+ "command": "scripts/build.ps1",
48
"group": {
49
"kind": "build",
50
"isDefault": true
0 commit comments