diff --git a/Using-raylib-in-VSCode.md b/Using-raylib-in-VSCode.md index e7bf3f5..7a10e89 100644 --- a/Using-raylib-in-VSCode.md +++ b/Using-raylib-in-VSCode.md @@ -25,4 +25,4 @@ Try launching by using the "Debug" launch configuration in the Debug tab. _or_ -You can Build the game using **View > Command Palette** (or Ctrl + Shift + P), Type **Run Task** and press **Enter**. And Select the **Build Debug** option. An game executable will be created in the project folder. You can see any error in the console \ No newline at end of file +You can Build the game using **View > Command Palette** (or Ctrl + Shift + P), Type **Run Task** and press **Enter**. And Select the **Build Debug** option. A game executable will be created in the project folder. You can see any error in the console \ No newline at end of file