From 097b0566b14156f0dab371743219eb9a3b8c35f2 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Thu, 12 Mar 2020 19:28:22 +0100 Subject: [PATCH] sgs -> sgs-xl renaming --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0bc0599..5cc7e61 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,8 +8,8 @@ "name": "(gdb) Lancer", "type": "cppdbg", "request": "launch", - "program": "${workspaceFolder}/sgs", - "args": ["${workspaceFolder}/sgs.conf"], + "program": "${workspaceFolder}/sgs-xl", + "args": ["${workspaceFolder}/sgs-xl.cfg"], "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [],