From 596fad3e30b62a96f55bf216f86c81235010d67c Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Sat, 13 Jan 2024 09:57:26 -0500 Subject: [PATCH] update vscode launch.json file; --- contrib/vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/vscode/launch.json b/contrib/vscode/launch.json index 6fbd1cb0..093012f2 100644 --- a/contrib/vscode/launch.json +++ b/contrib/vscode/launch.json @@ -29,8 +29,8 @@ "type": "cppdbg", "request": "launch", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/build/dvmhost", - "args": ["-c", "./fne-config.yml", "--fne", "-f"], + "program": "${workspaceFolder}/build/dvmfne", + "args": ["-c", "./fne-config.yml", "-f"], "cwd": "${workspaceFolder}/build", "stopAtEntry": false, "logging": {