We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a34e28 commit c7b2e3bCopy full SHA for c7b2e3b
src/main/kotlin/com/intellij/plugin/powershell/ide/ErrorReportSubmitter.kt
src/main/resources/META-INF/plugin.xml
@@ -114,7 +114,7 @@
114
115
<editorFactoryListener implementation="com.intellij.plugin.powershell.lang.lsp.ide.listeners.EditorLSPListener"/>
116
117
- <errorHandler implementation="com.intellij.plugin.powershell.ide.ErrorReportSubmitter"/>
+ <errorHandler implementation="com.intellij.diagnostic.JetBrainsMarketplaceErrorReportSubmitter"/>
118
119
<notificationGroup displayType="STICKY_BALLOON" id="PowerShell.MissingExtension" hideFromSettings="true"/>
120
</extensions>
0 commit comments