web.ts/.vscode/launch.json
WildEgo fe465982ad add: Proper i18n.
fix: Migrations, Page names.
2025-06-05 23:56:02 +01:00

12 lines
305 B
JSON

{
"configurations": [
{
"type": "cmake",
"request": "launch",
"name": "Debug portfile(s)",
"cmakeDebugType": "external",
"pipeName": "/tmp/vcpkg_ext_portfile_dbg",
"preLaunchTask": "Debug vcpkg commands"
}
]
}