Skip to content

Commit

Permalink
Add configuration for IDEA 2020.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Vladyslav Zhukovskyi <[email protected]>
  • Loading branch information
vzhukovs committed Dec 3, 2021
1 parent 4cc3653 commit d2c2cc5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion compatible-ide.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
"dockerImage": "che-idea",
"productCode": "IC",
"productVersion": [
{
"version": "2020.3.4",
"downloadUrl": "https://download-cdn.jetbrains.com/idea/ideaIC-2020.3.4.tar.gz",
"latest": true
},
{
"version": "2020.3.3",
"downloadUrl": "https://download-cdn.jetbrains.com/idea/ideaIC-2020.3.3.tar.gz",
"latest": true
"latest": false
},
{
"version": "2020.3.2",
Expand Down

0 comments on commit d2c2cc5

Please sign in to comment.