gamelet-cli
Version:
Download project from code.gamelet.com, edit/test in vscode and sync back to server.
22 lines • 700 B
JSON
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Play Game",
"url": "http://localhost:3800",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "launch",
"name": "Test Module",
"url": "http://localhost:3800?mode=test",
"webRoot": "${workspaceFolder}"
}
]
}