Skip to content

Commit

Permalink
Remove placeholder comments
Browse files Browse the repository at this point in the history
These aren't that useful. The link to the docs at the top of the file might be useful, though.
  • Loading branch information
tudortimi committed Dec 2, 2023
1 parent 31c0e50 commit 2a794fb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/java
{
"name": "Java",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/java:1-8-bullseye",

"features": {
Expand All @@ -12,16 +11,4 @@
"installGradle": "false"
}
}

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "java -version",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

0 comments on commit 2a794fb

Please sign in to comment.