darwin: Fix VS Code tasks

This commit is contained in:
John Cote 2021-08-01 20:50:24 -04:00
parent f5d09eb07d
commit 3acdc48f99
No known key found for this signature in database
GPG key ID: E3442FF71E9C1C01

View file

@ -6,7 +6,7 @@
{
"label": "Darwin - Start Game",
"type": "shell",
"command": "./start_game.sh",
"command": "./start-game.sh",
"group": "test",
"presentation": {
"reveal": "always",
@ -16,7 +16,7 @@
{
"label": "Darwin - Start AI Server",
"type": "shell",
"command": "./start_ai_server.sh",
"command": "./start-ai-server.sh",
"group": "test",
"presentation": {
"reveal": "always",
@ -26,7 +26,7 @@
{
"label": "Darwin - Start Astron Server",
"type": "shell",
"command": "./start_astron_server.sh",
"command": "./start-astron-server.sh",
"group": "test",
"presentation": {
"reveal": "always",
@ -36,7 +36,7 @@
{
"label": "Darwin - Start UberDOG Server",
"type": "shell",
"command": "./start_uberdog_server.sh",
"command": "./start-uberdog-server.sh",
"group": "test",
"presentation": {
"reveal": "always",