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 d27d6ce commit 818efd9Copy full SHA for 818efd9
src/main/resources/META-INF/plugin.xml
@@ -35,14 +35,12 @@
35
<depends>com.intellij.modules.platform</depends>
36
<depends>com.intellij.modules.lang</depends>
37
<depends>com.intellij.modules.java</depends>
38
-
39
<!-- Extension points defined by the plugin.
40
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-extension-points.html -->
41
<extensions defaultExtensionNs="com.intellij">
42
43
<toolWindow id="Decompiler" factoryClass="org.skgroup.securityinspector.ui.DecompilerToolWindowFactory"
44
anchor="left"
45
- icon="/META-INF/pluginIcon.svg"
+ icon="/icons/pluginIcon.svg"
46
/>
47
48
<localInspection
src/main/resources/META-INF/pluginIcon.svg
0 commit comments