2021-03-17 12:30:44 +01:00
|
|
|
{
|
|
|
|
// 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": [
|
|
|
|
{
|
2023-09-16 10:54:51 +02:00
|
|
|
"type": "chrome",
|
2021-03-17 12:30:44 +01:00
|
|
|
"request": "launch",
|
|
|
|
"runtimeExecutable": "/usr/bin/chromium",
|
|
|
|
"name": "Launch Chrome against localhost",
|
|
|
|
"url": "http://localhost:30000/game",
|
2023-09-16 10:54:51 +02:00
|
|
|
"pathMapping": {
|
|
|
|
"/systems/ds4": "${workspaceFolder}/dist"
|
|
|
|
}
|
2021-03-17 12:30:44 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|