Skip to content

Commit

Permalink
chore(config): use / instead of \\ to support linux os
Browse files Browse the repository at this point in the history
  • Loading branch information
NTGNguyen committed Dec 26, 2024
1 parent d53bc09 commit 54f1bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"label": "Run UV",
"type": "shell",
"command":"uv",
"args": ["run",".\\src\\check_phat_nguoi\\__main__.py"],
"args": ["run","./src/check_phat_nguoi/__main__.py"],
"options": {
"cwd": "${workspaceFolder}"
},
Expand Down

0 comments on commit 54f1bb7

Please sign in to comment.