From: BlueBoxWare Date: Tue, 17 May 2022 13:50:42 +0000 (+0200) Subject: Add configuration for IntelliJ downloaded JDKs. X-Git-Tag: v0.2.0.0~50^2~1 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/8a5719c9ffed2cef9594d9057b244860ed5efddf Add configuration for IntelliJ downloaded JDKs. --- diff --git a/programs/intellij b/programs/intellij new file mode 100644 index 0000000..160a045 --- /dev/null +++ b/programs/intellij @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.jdks", + "movable": true, + "help": "Add ```-Djdk.downloader.home=``` to the IntelliJ Custom VM options.\n\nSee: [here](https://youtrack.jetbrains.com/issue/IDEA-254464)." + } + ], + "name": "since" +}