diff --git a/.gitignore b/.gitignore index 4ce6fdd..a86aef4 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ +build/ # Visual Studio 2015/2017 cache/options directory .vs/ diff --git a/.vscode/launch.json b/.vscode/launch.json index af99076..4b969eb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,7 @@ "request": "launch", "program": "${workspaceFolder}/build/bin/x64/Debug/MonitorRam", "args": [ - "" + "MonitorRam" ], // Arguments to pass to your program "stopAtEntry": false, "cwd": "${workspaceFolder}",