diff --git a/.vscode/launch.json b/.vscode/launch.json index 9393395..711caba 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,9 +7,9 @@ "request": "launch", "args": [], "stopAtEntry": false, - "cwd": "~/ft_printf", + "cwd": "/home/baco/ft_printf", "environment": [], - "program": "~/baco/ft_printf/build/Debug/outDebug", + "program": "/home/baco/ft_printf/build/Debug/outDebug", "internalConsoleOptions": "openOnSessionStart", "MIMode": "gdb", "miDebuggerPath": "/usr/bin/gdb",