From 6cfbc482d80cbfee0152ddaf925b44b5c3f5c007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Mon, 10 Mar 2025 11:20:36 +0100 Subject: [PATCH] change launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9b4f8ea..69a60a0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,7 +16,7 @@ "name": "test", "program": "${workspaceFolder}/build_Debug/tests/TestBayesNet", "args": [ - "No features selected" + "[Models]" ], "cwd": "${workspaceFolder}/build_Debug/tests" },