diff --git a/Using-raylib-in-VSCode.md b/Using-raylib-in-VSCode.md index c401b8c..2e5c996 100644 --- a/Using-raylib-in-VSCode.md +++ b/Using-raylib-in-VSCode.md @@ -2,8 +2,9 @@ # Windows -[!NOTE] - Make sure you install Raylib from the official release binaries which you can find [here](https://github.com/raysan5/raylib/releases), rather than building Raylib from source (should work without changes on Windows if you install Raylib mingw release). +> [!NOTE] +> Make sure you install Raylib from the official release binaries which you can find [here](https://github.com/raysan5/raylib/releases), rather +> than building Raylib from source (should work without changes on Windows if you install Raylib mingw release). ### Step 0 @@ -44,8 +45,8 @@ Clone [this repository](https://github.com/manuel5975p/raylib-cmake-template) an Copy the VSCode folder (and all its contents) from raylib/projects/VSCode (from your installed directory) to your desired project location. These files can also be found [here](https://github.com/raysan5/raylib/tree/master/projects/VSCode). -[!NOTE] -You can use the [Zip Tool](https://kinolien.github.io/gitzip/) to download only the VSCode folder as a zip. +> [!NOTE] +> You can use the [Zip Tool](https://kinolien.github.io/gitzip/) to download only the VSCode folder as a zip. ### Step 2 @@ -70,8 +71,8 @@ If you are on Windows and use [Windows Terminal](https://docs.microsoft.com/en-u To make it work, edit `launch.json` in the `.vscode` folder so that the `externalConsole` property is `true` instead of `false`. -[!IMPORTANT] -You need to make this change **twice** i.e. you should see `"externalConsole": true,` in both configurations. +> [!IMPORTANT] +> You need to make this change **twice** i.e. you should see `"externalConsole": true,` in both configurations. ### Step 3