Skip to content

Commit c7b2e3b

Browse files
committed
Error submitter: drop the reflection-based submitter and use it directly
1 parent 3a34e28 commit c7b2e3b

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

src/main/kotlin/com/intellij/plugin/powershell/ide/ErrorReportSubmitter.kt

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114

115115
<editorFactoryListener implementation="com.intellij.plugin.powershell.lang.lsp.ide.listeners.EditorLSPListener"/>
116116

117-
<errorHandler implementation="com.intellij.plugin.powershell.ide.ErrorReportSubmitter"/>
117+
<errorHandler implementation="com.intellij.diagnostic.JetBrainsMarketplaceErrorReportSubmitter"/>
118118

119119
<notificationGroup displayType="STICKY_BALLOON" id="PowerShell.MissingExtension" hideFromSettings="true"/>
120120
</extensions>

0 commit comments

Comments
 (0)