removed -s argument

This commit is contained in:
MrBesen 2021-06-01 10:49:02 +02:00
parent 31a830e1ba
commit 3d16f98d95
1 changed files with 1 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -30,7 +30,7 @@
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/%NAME%",
"args": ["-s"],
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],