From 440b753d2a543e4e175e92287f62e964638c4a78 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Tue, 25 Jul 2023 19:22:35 -0700 Subject: [PATCH] Made directory name coded. --- docs/compiling.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/compiling.md b/docs/compiling.md index 14b4ca4b..a2bb689b 100644 --- a/docs/compiling.md +++ b/docs/compiling.md @@ -286,10 +286,10 @@ This is done using the CMake Tools plugin for VSCode. If you are not using VSCode you will need to refer to your IDE's documentation for more information. Firstly, you will need to create a settings file to configure the project. In -VSCode you can create a new folder called ".vscode" in the Dawn project root -directory. Afterwards, you will need to create a new file called "settings.json" -in the ".vscode" directory. You will then need to paste the following into the -file: +VSCode you can create a new folder called `.vscode` (Including the leading `.`) +in the Dawn project root directory. Afterwards, you will need to create a new +file called `settings.json` in the `.vscode` directory. You will then need to +paste the following into the file: ```json { "cmake.configureArgs": [