Files
client/.vscode/launch.json
WildEgo ae09ce7198 fix: Cursor destruction and Property line endings.
add: src/vcpkg_installed to .gitignore
2025-06-17 14:52:45 +01:00

13 lines
258 B
JSON

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