From fb326aaa33e4359be24486ef01db41742a8e5c29 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Thu, 24 Aug 2023 09:15:53 +0300 Subject: [PATCH] Update vscode.md --- mods/vscode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/vscode.md b/mods/vscode.md index b02bb28..b54e0f6 100644 --- a/mods/vscode.md +++ b/mods/vscode.md @@ -29,3 +29,5 @@ Now register CMake as the **Configuration Provider** for the C++ extension by ru Scroll down to **Advanced** options, and set the Configuration Provider as `ms-vscode.cmake-tools`. Now if you run `CMake: Configure`, assuming you have Geode properly installed, the include errors should go away. + +If the errors still persist, try building the mod with `CMake: Build`. If the build is succesful but the errors don't disappear, try restarting VS Code.