From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Tue, 17 May 2022 17:43:35 +0000 (+0200) Subject: Merge pull request #44 from BlueBoxWare/intellij X-Git-Tag: v0.2.0.0~50 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/b4740eba76c56cf55b311cfa9f3b07067024e6db?hp=3226b15c32cf4aa9f4491ed6b949e9100b2c80dc Merge pull request #44 from BlueBoxWare/intellij Add configuration for IntelliJ downloaded JDKs. --- diff --git a/programs/intellij b/programs/intellij new file mode 100644 index 0000000..da49f35 --- /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": "intellij" +}