Made directory name coded.
This commit is contained in:
@ -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.
|
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
|
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
|
VSCode you can create a new folder called `.vscode` (Including the leading `.`)
|
||||||
directory. Afterwards, you will need to create a new file called "settings.json"
|
in the Dawn project root directory. Afterwards, you will need to create a new
|
||||||
in the ".vscode" directory. You will then need to paste the following into the
|
file called `settings.json` in the `.vscode` directory. You will then need to
|
||||||
file:
|
paste the following into the file:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"cmake.configureArgs": [
|
"cmake.configureArgs": [
|
||||||
|
Reference in New Issue
Block a user