From 7f3b768f77aa9d07247536f02b85d35479ddea8b Mon Sep 17 00:00:00 2001 From: Marek Rychlik Date: Thu, 3 Oct 2024 15:43:30 -0700 Subject: [PATCH] *** empty log message *** --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfa34d4..2993515 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Install the following VSCode extensions: * Makefile Tools (for Makefile support). * CodeLLDB (or C/C++ Extension Pack) for GDB-based debugging support. -Also, modify the paths to GCC and GDB in the file [launch.json]([.vscode/launch.json]). +Also, modify the paths to GCC and GDB in the file [launch.json]([./.vscode/launch.json]). Disclaimer