Jonathan Lermitage

Results 20 comments of Jonathan Lermitage

Yeah, I need to test my plugins with the latest GA. Users report some issues, and the fix is on the IDE side. I wait for the next GA (or...

I see, I totally agree. Thx for the explanation! 👍

If you want to suggest a plugin, you can use this api: https://plugins.jetbrains.com/docs/intellij/ide-infrastructure.html#plugin-suggestions

> The Chinese version has not been updated simultaneously, which is simply too uncomfortable for me with updating obsessive-compulsive disorder I think contributions are welcome :-) Internationalization files are located...

Yes, just reproduced with ```IntelliJ IDEA 2024.1 (Community Edition) Build #IC-241.14494.240, built on March 28, 2024 Runtime version: 17.0.10+8-b1207.12 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10.0...

For a regular IDE, yes, it would be located in `%localappadata%/...`, but here, this is for an IDE started by the `intellij-platform-gradle-plugin` plugin. Logs, crash dumps, config, etc, are stored...

I added ``` runIde { jvmArgs( "-XX:+HeapDumpOnOutOfMemoryError", "-XX:ErrorFile=C:\\Users\\jonat\\java_error_in_idea64.log", "-XX:HeapDumpPath=C:\\Users\\jonat\\java_error_in_idea64.hprof" ) ``` to my `build.gradle.kts`, and VisualVM says these flags are enabled, but still no crash dump. Also tried without `-XX:+HeapDumpOnOutOfMemoryError`....

This is a Rider bug. Will open a YouTrack issue asap.

Submitted https://youtrack.jetbrains.com/issue/RIDER-101621/Plugin-SDK-Rider-cant-override-folder-icons If you have a YouTrack account, up-voting would help.

Fixed in IDE 242.1670 (see last comment of https://youtrack.jetbrains.com/issue/RIDER-101621/Plugin-SDK-Rider-cant-override-folder-icons)