open Simple Browser on opening

This commit is contained in:
Jon Eugster
2023-09-10 11:49:45 +02:00
parent 9e086e17d3
commit ff4c72e632

16
.vscode/tasks.json vendored
View File

@@ -10,6 +10,22 @@
"kind": "build",
"isDefault": true
},
},
{
"label": "game: open browser",
"command": "${input:openSimpleBrowser}",
"problemMatcher": [],
"runOptions": {
"runOn": "folderOpen"
}
},
],
"inputs": [
{
"id": "openSimpleBrowser",
"type": "command",
"command": "simpleBrowser.show",
"args": ["http://localhost:3000/#/g/local/game"]
}
]
}