Roman Shevchenko
Roman Shevchenko
A guy from JetBrains here 👋 Sorry, I have very vague understanding of how `nvm.sh` works, but most environment loading problems are caused by the command timing out. The question...
At the moment, it is 20 seconds (hardcoded; will be tunable in 2022.1.1+). I have to add that a shell and the helper process are spawned early at the IDE...
Well, in a sane world one wouldn't have to jump through hoops to get the environment. The problem only happens after reboot, meaning it is a timeout situation - so...
Original request: https://youtrack.jetbrains.com/issue/IDEA-174818
I also asked a colleague to look into this - maybe he'll come with a better idea.
Sorry, I was sure I have already answered :( If you're still interested in it, I'd suggest implementing it as a separate action, complimentary to the existing [`RevealFileAction`](https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/ide/actions/RevealFileAction.java) - it...
Ouch, commits from another project.
https://youtrack.jetbrains.com/issue/IDEA-218688
Sorry for the late reply. I'm going to implement the fix the other way, because it amends the one made earlier that turned out to be incomplete. Have one question...
Hi! Thank you for the contribution, such tests are indeed useful! However, the decompiler now is a part of IDEA codebase, and I'm hesitant in having such tests in it....