Skip to content

Commit 4e58942

Browse files
committed
add icon and description
1 parent 927fd60 commit 4e58942

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ tasks {
7979

8080
patchPluginXml {
8181
sinceBuild.set("233")
82+
untilBuild.set("242.*")
8283
}
8384

8485
signPlugin {

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<idea-plugin>
2-
<id>com.cppcxy.emmylua.attach-debugger</id>
2+
<id>com.cppcxy.emmylua2.attach-debugger</id>
33
<name>EmmyLua Attach Debugger</name>
44
<version>2</version>
55
<vendor email="">CppCXY</vendor>
66

77
<description><![CDATA[
8-
EmmyLua2 Attach Debugger Plugin for EmmyLua2
8+
EmmyLua2 Attach Debugger Plugin for EmmyLua2. This plugin provides attach debugger functionality specifically for EmmyLua2 and is available for Windows only.
9+
10+
<h2>Features</h2>
11+
<ul>
12+
<li>Attach debugger support for EmmyLua2</li>
13+
<li>Windows-only compatibility</li>
14+
</ul>
915
]]></description>
1016

1117
<idea-version since-build="233.3"/>

0 commit comments

Comments
 (0)