Skip to content

Commit

Permalink
Update setup_mac.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmrichard authored Dec 17, 2024
1 parent 2485adf commit cc42c68
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/source/coding/ides/vscode/setup_mac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,20 @@ assumes you have Clang and are creating a Clang kit.

Step 4. Add ``"toolchainFile": "<path/to/the/toolchain>"`` to your kit.

.. note::

If you have ninja installed (``brew install ninja``) we strongly
recommend adding it to your kit by adding the lines:

.. code-block::
"preferredGenerator": {
"name": "Ninja"
},
"environmentVariables": {
"PATH": "/opt/homebrew/bin;${env:PATH}"
}
Configuring a Project
=====================

Expand Down Expand Up @@ -425,4 +439,4 @@ Troubleshooting
For me this was caused by a credentials issue. I simply ran ``git push`` from
the VSCode terminal (in the root directory of the repo) and gave permission
to VSCode to use my passwords. From that point forward commit and
synchronization worked fine from VSCode.
synchronization worked fine from VSCode.

0 comments on commit cc42c68

Please sign in to comment.