Skip to content

Commit

Permalink
add icon and description
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Sep 20, 2024
1 parent 927fd60 commit 4e58942
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ tasks {

patchPluginXml {
sinceBuild.set("233")
untilBuild.set("242.*")
}

signPlugin {
Expand Down
10 changes: 8 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
<idea-plugin>
<id>com.cppcxy.emmylua.attach-debugger</id>
<id>com.cppcxy.emmylua2.attach-debugger</id>
<name>EmmyLua Attach Debugger</name>
<version>2</version>
<vendor email="">CppCXY</vendor>

<description><![CDATA[
EmmyLua2 Attach Debugger Plugin for EmmyLua2
EmmyLua2 Attach Debugger Plugin for EmmyLua2. This plugin provides attach debugger functionality specifically for EmmyLua2 and is available for Windows only.
<h2>Features</h2>
<ul>
<li>Attach debugger support for EmmyLua2</li>
<li>Windows-only compatibility</li>
</ul>
]]></description>

<idea-version since-build="233.3"/>
Expand Down

0 comments on commit 4e58942

Please sign in to comment.