We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee18198 commit f46d849Copy full SHA for f46d849
TroubleShooting.md
@@ -3,6 +3,10 @@
3
```DuplicateComponentKeyRegistrationException: org.intellij.plugins.markdown.settings.MarkdownApplicationSettings```
4
5
## Workaround
6
-Disable `markdown` plugin by adding the following line to file `$HOME\.IdeaIC2019.1\config\disabled_plugins.txt`:
+Disable the `markdown` plugin by adding the following line to file `disabled_plugins.txt`:
7
8
-```org.intellij.plugins.markdown```
+```org.intellij.plugins.markdown```
9
+
10
+### File location
11
+- Windows: `$HOME\.IdeaIC2019.1\config\disabled_plugins.txt`
12
+- Mac: `~/Library/Preferences/.IdeaIC2019.1/disabled_plugins.txt`
0 commit comments