[READ-ONLY] Mirror of https://github.com/thoda-dev/sb-energy-management. A full module to manage energy in your ship
0

Configure Feed

Select the types of activity you want to include in your feed.

feat(junie): added .devcontainer.json

authored by

jetbrains-junie[bot] and committed by
GitHub
(Jun 2, 2025, 1:07 PM UTC) 565bb7c6 3943a31d

+12
+12
.devcontainer/devcontainer.json
··· 1 + { 2 + "name": "Java", 3 + "image": "mcr.microsoft.com/devcontainers/java:1-21", 4 + "features": { 5 + "ghcr.io/devcontainers/features/java:1": { 6 + "version": "none", 7 + "installMaven": "true", 8 + "mavenVersion": "3.8.6", 9 + "installGradle": "true" 10 + } 11 + } 12 + }