funding.json
This commit is contained in:
Vendored
+5
-1
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user