funding.json

This commit is contained in:
Robin Davies
2024-10-16 09:18:19 -04:00
parent 0950ec496f
commit 8704580289
4 changed files with 111 additions and 7 deletions
+5 -1
View File
@@ -212,7 +212,11 @@
// Resolved by CMake Tools:
"program": "${command:cmake.launchTargetPath}",
"args": [ "--no-profile", "-w", "TooB NAM"],
"args": [
"--no-profile", "-w",
// "TooB NAM"
"--preset-file", "/tmp/namPreset.preset"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",