From e48684b37ea2c699461dc2c001d79cec0b641f93 Mon Sep 17 00:00:00 2001 From: x-00010 Date: Sun, 25 Apr 2021 11:32:55 +0100 Subject: [PATCH] Added quotation marks --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 247fb1e..b9bae20 100755 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "cppdbg", "request": "launch", "program": "${fileDirname}/${fileBasenameNoExtension}", - "args": [], + "args": [""], "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [],