Updated to include build type and variant in binary names, so they don't need to be rebuilt everytime the configuration is changed.

This commit is contained in:
2025-03-13 23:42:58 +01:00
parent 1edf745b39
commit e6e7dbe642
5 changed files with 38 additions and 22 deletions

View File

@@ -6,7 +6,7 @@
"name": "Debug {{ executable.name }}",
"type": "cppvsdbg",
"request": "launch",
"program": "{{ executable.filename | escape_path }}",
"program": "{{ executable.filename(build_type) | escape_path }}",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",