diff --git a/.vscode/launch.json b/.vscode/launch.json old mode 100644 new mode 100755 index 23e633e..247fb1e --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,6 +20,10 @@ "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true + }, + { + "description": "Point gdb to correct dir for includes", + "text": "set substitute-path /build/gcc/src/gcc-build/x86_64-pc-linux-gnu/libstdc++-v3/include /usr/include/c++/10.2.0" } ], "preLaunchTask": "C/C++: g++ build active file", diff --git a/.vscode/tasks.json b/.vscode/tasks.json old mode 100644 new mode 100755