From d22ee7e00d0d52c52d0a4760b52122cf9b8b505a Mon Sep 17 00:00:00 2001 From: Murray Campbell Date: Mon, 15 Oct 2018 12:36:02 -0500 Subject: [PATCH] Updated Working on macOS (markdown) --- Working-on-macOS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Working-on-macOS.md b/Working-on-macOS.md index be5630b..50c4502 100644 --- a/Working-on-macOS.md +++ b/Working-on-macOS.md @@ -111,7 +111,8 @@ For example if it's linking to something in /usr/local/lib, or a relative folder 1. Copy the files from raylib/projects/VSCODE to a folder. 2. Make sure you set the proper paths to your static build of raylib in c_cpp_properties.json and tasks.json (look for fields named ). This will be specific to your installation of raylib. -3. Set the default build task to the OSX debug and launch using the OSX debug configuration. +3. Install the extensions named "C/C++" and "CodeLLDB". +4. Set the default build task to the OSX debug and launch using the OSX debug configuration. # Bundle your app in an Application