Jonathan Lermitage

Results 22 issues of Jonathan Lermitage

### Describe the need of your request Using plugin id("org.jetbrains.intellij.platform.migration") version "2.0.0-beta3" It always says: > As soon as you'll handle all configuration problems, remember to remove this plugin from...

enhancement
feedback required

### What happened? I would like to override the `idea.log.path` when running `runIde`, using plugin v2. My `build.gradle.kts` has: ``` runIde { jvmArgs("-Didea.log.path=custom/logs/") jvmArgs("-Pidea.log.path=custom/logs/") } ``` then run `gradlew runIde`....

bug

### What happened? Sometimes, when working on a plugin project, the IDE starts indexing IDE's sources again, even if it has been indexed before. I'm talking about the same sources,...

bug

### Have you checked the issues and discussions to ensure there are no duplicates? Yes ### Your programming languages Java, Python, Kotlin ### Free or paid? Paid users ### Expected...

feature request
In the next release

### What happened? I opened the `com.intellij.openapi.application.ModalityState` class, and I asked to download intellij platform sources in order to see the `ModalityState.java` sources. I see progress bar saying it's downloading...

bug
depends on IDEA

The `build.gradle.kts` defines a JVM toolchain, but if no compatible JDK is found, no JDK is downloaded and the build fails. To download a JDK automatically if needed, we need...

### Have you checked the issues and discussions to ensure there are no duplicates? Yes ### Are you using JetBrains Client / Code With Me / IntelliJ Remote Development? No...

bug?
In the next release

### What happened? Unit tests are very slow with plugin 2.2.0: - with plugin 2.1.0: 10sec - with plugin 2.2.0: 2min 30sec I enter into the test phase, I see...

bug
depends on Plugin Verifier

### What happened? Disable gradle caching, then run `gradlew clean buildPlugin test --scan`: - with platform plugin **2.4.0**, the **configuration** phase takes **26 sec**: https://scans.gradle.com/s/ffgutmwpb7krc - with platform plugin **2.1.0**,...

bug
depends on Plugin Verifier

This is a JetBrains issue. See https://youtrack.jetbrains.com/issue/RIDER-126395/Cant-change-the-icon-for-razor-files

see youtrack.jetbrains.com