-
Notifications
You must be signed in to change notification settings - Fork 6
Add editor-agnostic dev container configuration for Shipilev Loom builds #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: franz1981 <13125299+franz1981@users.noreply.github.com>
Co-authored-by: franz1981 <13125299+franz1981@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot
Add info for IDEA as well
Co-authored-by: franz1981 <13125299+franz1981@users.noreply.github.com>
|
@copilot make it VSCode agnostic please |
Co-authored-by: franz1981 <13125299+franz1981@users.noreply.github.com>
Added IntelliJ IDEA support in commit c90f56d. The README now includes step-by-step instructions for using the dev container with both VS Code and IntelliJ IDEA.
Made the configuration editor-agnostic in commit c90f56d. Core settings like JAVA_HOME are now set as container environment variables, and editor-specific customizations are clearly marked as optional at the bottom of the config. |
Co-authored-by: franz1981 <13125299+franz1981@users.noreply.github.com>
Eliminates manual Loom JDK setup by providing an editor-agnostic dev container using the same
shipilev/openjdk:loomimage as CI.Changes
.devcontainer/devcontainer.json: Editor-agnostic dev container configuration that matches CI environmentshipilev/openjdk:loomDocker imageJAVA_HOMEenvironment variable for universal IDE compatibilityREADME.md: Added dev container setup instructions for multiple IDEsDevelopers can now start contributing using their preferred IDE (VS Code or IntelliJ IDEA) without downloading or building Loom JDK manually.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.