Skip to content

Commit 5ca2273

Browse files
committed
Remove environment activation from VSCode tasks. Let uv take care of it.
1 parent babe52b commit 5ca2273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
{
4040
"label": "Compile resources",
4141
"type": "shell",
42-
"command": ".venv/Scripts/Activate.ps1; scripts/compile_resources.ps1"
42+
"command": "scripts/compile_resources.ps1"
4343
},
4444
{
4545
"label": "Build AutoSplit",
4646
"type": "shell",
47-
"command": ".venv/Scripts/Activate.ps1; scripts/build.ps1",
47+
"command": "scripts/build.ps1",
4848
"group": {
4949
"kind": "build",
5050
"isDefault": true

0 commit comments

Comments
 (0)