From 345e9f7baa8b342961f77519e124d94eea49ec7f Mon Sep 17 00:00:00 2001 From: wellmi <70475131+wellmi@users.noreply.github.com> Date: Sat, 9 Sep 2023 20:45:37 +0300 Subject: [PATCH] Updated Using raylib in VSCode (markdown) --- Using-raylib-in-VSCode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-raylib-in-VSCode.md b/Using-raylib-in-VSCode.md index 4aba932..0190135 100644 --- a/Using-raylib-in-VSCode.md +++ b/Using-raylib-in-VSCode.md @@ -1,4 +1,4 @@ -[_VSCode_](https://code.visualstudio.com/) is an excellent choice of code editor when it comes to raylib. Getting set up with a new VSCode project is easy. +[VSCode](https://code.visualstudio.com/) is an excellent choice of code editor when it comes to raylib. Getting set up with a new VSCode project is easy. Note: Make sure you install Raylib from the official release binaries rather than building Raylib from source (should work without changes on Windows if you install Raylib mingw release).