Settings and activity
3 results found
-
8 votesMike Nimer supported this idea ·
-
118 votes
An error occurred while saving the comment Mike Nimer supported this idea · -
90 votes
We have released a preview version of our Java support for you all to try out! :-)
https://community.idx.dev/t/check-out-our-new-backend-focused-templates/746
Feel free to reply in the forums itself with your feedback.
An error occurred while saving the comment Mike Nimer commentedI've got it working this way, create a blank project and add this to your dev.nix file
```
packages = [
pkgs.jdk21
pkgs.maven
pkgs.google-cloud-sdk
# pkgs.terraform
];
# search for the extension on https://open-vsx.org/ and use "publisher.id"
idx.extensions = [
"vscjava.vscode-java-pack"
];
```
+1 flutter desktop