Skip to content

Commit

Permalink
Fix MacOS external tools path. (#2878)
Browse files Browse the repository at this point in the history
Fix MacOS external tools path and grammar.

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

Signed-off-by: Yossi Spektor <easpex@gmail.com>
  • Loading branch information
yossisp committed Oct 10, 2022
1 parent 1aa50d9 commit e2a216e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions daprdocs/content/en/developing-applications/ides/intellij.md
Expand Up @@ -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 %}}

Expand All @@ -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:

Expand Down Expand Up @@ -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 -->

0 comments on commit e2a216e

Please sign in to comment.