Skip to content
Snippets Groups Projects
Commit 813dd938 authored by Victor Löfgren's avatar Victor Löfgren
Browse files

fix: Fix server task

parent 95011b71
No related branches found
No related tags found
No related merge requests found
Pipeline #34803 passed
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"label": "Server", "label": "Server",
"type": "shell", "type": "shell",
"group": "build", "group": "build",
"command": "${workspaceFolder}/server/env/Scripts/python main.py", "command": "env/Scripts/python main.py",
"problemMatcher": [], "problemMatcher": [],
"options": { "options": {
"cwd": "${workspaceFolder}/server" "cwd": "${workspaceFolder}/server"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment