Fix MacOS external tools path. (#2878)

Fix MacOS external tools path and grammar.

Signed-off-by: Yossi Spektor <easpex@gmail.com>

Signed-off-by: Yossi Spektor <easpex@gmail.com>
This commit is contained in:
Yossi Spektor 2022-10-10 22:27:38 +03:00 committed by GitHub
parent 1aa50d9d1d
commit e2a216e246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ For versions [2020.1](https://www.jetbrains.com/help/idea/2020.1/tuning-the-ide.
{{% codetab %}}
```shell
~/Library/Application Support/JetBrains/IntelliJIdea2020.1/tools/
~/Library/Application\ Support/JetBrains/IntelliJIdea2020.1/tools/
```
{{% /codetab %}}
@ -58,7 +58,7 @@ For versions [2020.1](https://www.jetbrains.com/help/idea/2020.1/tuning-the-ide.
Change the version of IntelliJ in the path if needed.
Create or edit the file in `<CONFIG PATH>/tools/External\ Tools.xml` (change IntelliJ version in path if needed). The `<CONFIG PATH>` is OS dependennt as seen above.
Create or edit the file in `<CONFIG PATH>/tools/External\ Tools.xml` (change IntelliJ version in path if needed). The `<CONFIG PATH>` is OS dependent as seen above.
Add a new `<tool></tool>` entry:
@ -150,4 +150,4 @@ Happy debugging!
- [Change](https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs) in IntelliJ configuration directory location
<!-- END_IGNORE -->
<!-- END_IGNORE -->