fix: Cursor destruction and Property line endings.

add: src/vcpkg_installed to .gitignore
This commit is contained in:
2025-06-17 14:52:45 +01:00
parent bb19e9abda
commit ae09ce7198
5 changed files with 52 additions and 35 deletions

12
.vscode/launch.json vendored Normal file
View File

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