From 8a5719c9ffed2cef9594d9057b244860ed5efddf Mon Sep 17 00:00:00 2001 From: BlueBoxWare Date: Tue, 17 May 2022 15:50:42 +0200 Subject: [PATCH] Add configuration for IntelliJ downloaded JDKs. --- programs/intellij | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/intellij 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" +} -- 2.47.3