diff --git a/documents/building-linux.md b/documents/building-linux.md
index 72d2740a3..3501551e0 100644
--- a/documents/building-linux.md
+++ b/documents/building-linux.md
@@ -114,21 +114,21 @@ This option is pretty convoluted and should only be used if you have VSCode as y
Once set up, go to Extensions and install "CMake Tools":
-
+
You can also install other CMake and Clang related extensions if you'd like, but this one is what enables you to configure and build CMake projects directly within VSCode.
Go to Settings, filter by `@ext:ms-vscode.cmake-tools configure` and disable this option:
-
+
If you wish to build with the Qt GUI, add `-DENABLE_QT_GUI=ON` to the configure arguments:
-
+
On the CMake tab, change the options as you wish, but make sure that it looks similar to or exactly like this:
-
+
When hovering over Project Status > Configure, there should be an icon titled "Configure". Click on it and let it configure the project, then do the same for Project Status > Build.
@@ -136,4 +136,4 @@ If you want to debug it, change the build type under Project Status > Configure
Don't forget to change the launch target for both options to the shadPS4 executable inside shadPS4/build:
-
\ No newline at end of file
+
\ No newline at end of file