allow-using-includes-in-effect-filters #243

Merged
saluu merged 2 commits from allow-using-includes-in-effect-filters into main 2023-09-16 10:58:18 +02:00
Showing only changes of commit 6f9b98ffc2 - Show all commits

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"
}
}
]
}