Skip to content

Commit beb1c6e

Browse files
CopilotMte90
andcommitted
Add missing icon and improve plugin verification
- Add picocode.png icon file to resources/icons/ - Restore icon reference in plugin.xml - Add verifyPlugin task to CI to validate plugin structure - Build logs already uploaded with if: always() condition Co-authored-by: Mte90 <403283+Mte90@users.noreply.github.com>
1 parent 15c233d commit beb1c6e

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/kotlin-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx3g"
6464
run: |
6565
set -o pipefail
66-
./gradlew buildPlugin --no-daemon --stacktrace 2>&1 | tee ../gradle-build.log
66+
./gradlew buildPlugin verifyPlugin --no-daemon --stacktrace 2>&1 | tee ../gradle-build.log
6767
working-directory: ide-plugins
6868

6969
- name: Upload build log

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<extensions defaultExtensionNs="com.intellij">
1414
<toolWindow id="PicoCode RAG"
1515
secondary="true"
16+
icon="/icons/picocode.png"
1617
anchor="right"
1718
factoryClass="com.picocode.PicoCodeToolWindowFactory"/>
1819
<statusBarWidgetFactory implementation="com.picocode.PicoCodeStatusBarWidgetFactory"
256 Bytes
Loading

0 commit comments

Comments
 (0)