mirror of https://github.com/dapr/docs.git
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:
parent
1aa50d9d1d
commit
e2a216e246
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue