chore: update vscode launch config
ci/woodpecker/pr/checks Pipeline was successful Details
ci/woodpecker/push/checks Pipeline was successful Details
ci/woodpecker/manual/checks Pipeline was successful Details
ci/woodpecker/manual/release Pipeline was successful Details

This commit is contained in:
Johannes Loher 2023-09-16 10:54:51 +02:00
parent 978301eab1
commit 6f9b98ffc2
Signed by: saluu
GPG Key ID: 7CB0A9FB553DA045
1 changed files with 4 additions and 2 deletions

6
.vscode/launch.json vendored
View File

@ -5,12 +5,14 @@
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"runtimeExecutable": "/usr/bin/chromium",
"name": "Launch Chrome against localhost",
"url": "http://localhost:30000/game",
"webRoot": "${workspaceFolder}/dist"
"pathMapping": {
"/systems/ds4": "${workspaceFolder}/dist"
}
}
]
}