diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 7178e876f0199277a05d047212b5e11e17644315..72270e125a8b1eb2597597a576cd83192122ca04 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -16,7 +16,7 @@
             "label": "Server",
             "type": "shell",
             "group": "build",
-            "command": "${workspaceFolder}/server/env/Scripts/python main.py",
+            "command": "env/Scripts/python main.py",
             "problemMatcher": [],
             "options": {
                 "cwd": "${workspaceFolder}/server"