devcontainer

This commit is contained in:
Jon Eugster
2023-09-10 17:10:42 +02:00
parent 8c61ebab70
commit a56ab47f30
2 changed files with 2 additions and 2 deletions

2
.vscode/tasks.json vendored
View File

@@ -25,7 +25,7 @@
"id": "openSimpleBrowser",
"type": "command",
"command": "simpleBrowser.show",
"args": ["http://localhost:3000/#/g/local/game"]
"args": ["http://localhost:3000"]
}
]
}