From 623e07703efdf726b6ab8269653a8c0b52060bde Mon Sep 17 00:00:00 2001 From: JYJSXX Date: Sun, 1 Sep 2024 20:54:20 +0800 Subject: [PATCH] init --- .vscode/launch.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 51c54c4..27dc726 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,8 +8,10 @@ "type": "lldb", "request": "launch", "name": "Debug", - "program": "${workspaceFolder}/", - "args": [], + "program": "${workspaceFolder}/", //TODO: Add executable file here + "args": [ + "" // TODO: Add arguments here + ], "cwd": "${workspaceFolder}" } ] -- GitLab