AI_Diplomacy/.vscode/tasks.json
2025-07-29 09:58:55 -04:00

14 lines
No EOL
246 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Run Game",
"type": "shell",
"command": "npm start",
"presentation": {
"panel": "shared"
},
"problemMatcher": []
}
]
}