Added quotation marks

This commit is contained in:
x-00010 2021-04-25 11:32:55 +01:00
parent b4f0350840
commit e48684b37e
1 changed files with 1 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -9,7 +9,7 @@
"type": "cppdbg",
"request": "launch",
"program": "${fileDirname}/${fileBasenameNoExtension}",
"args": [],
"args": [""],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],