From a9c73269f81fffeb18d1b8e28451af25cb6ccdd7 Mon Sep 17 00:00:00 2001 From: Murray Campbell Date: Thu, 30 Aug 2018 11:51:17 -0500 Subject: [PATCH] formatting --- Working-on-macOS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Working-on-macOS.md b/Working-on-macOS.md index 02a77c0..b47b9be 100644 --- a/Working-on-macOS.md +++ b/Working-on-macOS.md @@ -94,7 +94,9 @@ For example if it's linking to something in /usr/local/lib, or a relative folder ## Using VSCode -Copy the files from raylib/projects/VSCODE to a folder. 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. Once that's done, set the default build task to the OSX debug and launch using the OSX debug configuration. +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. # Bundle your app in an Application