Add a Linux config in launch.json

This commit is contained in:
Ricardo Montañana Gómez 2023-09-30 18:44:21 +02:00
parent 294666c516
commit a434d7f1ae
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE

3
.vscode/launch.json vendored
View File

@ -66,7 +66,8 @@
"name": "list", "name": "list",
"program": "${workspaceFolder}/build/src/Platform/b_list", "program": "${workspaceFolder}/build/src/Platform/b_list",
"args": [], "args": [],
"cwd": "/Users/rmontanana/Code/discretizbench", //"cwd": "/Users/rmontanana/Code/discretizbench",
"cwd": "/home/rmontanana/Code/covbench",
}, },
{ {
"name": "Build & debug active file", "name": "Build & debug active file",