Skip to content

Commit

Permalink
devcontainer.json
Browse files Browse the repository at this point in the history
Signed-off-by: El HATIMI Zakaria <[email protected]>
  • Loading branch information
Zack4DEV authored Apr 14, 2024
1 parent 1b8fe0b commit 0d7334e
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"name": "Java",
"image": "mcr.microsoft.com/devcontainers/java:0-17",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "17",
"installMaven": "true",
"mavenVersion": "3.9.5",
"installGradle": "false",
"gradleVersion": "8.4"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
},
},
"customizations": {
"vscode": {
"extensions": [
"streetsidesoftware.code-spell-checker",
"DotJoshJohnson.xml",
"vscjava.vscode-java-debug",
"vscjava.vscode-java-pack",
"ASF.apache-netbeans-java",
"redhat.java",
"lightrun.lightrunplugin-saas",
"DavidAnson.vscode-markdownlint",
"vscjava.vscode-maven",
"vscjava.vscode-java-dependency",
"vscjava.vscode-spring-boot-dashboard",
"vscjava.vscode-spring-initializr",
"vscjava.vscode-java-test",
"redhat.vscode-yaml",
"redhat.vscode-knative",
"redhat.vscode-openshift-extension-pack",
"redhat.vscode-rhoas",
"redhat.vscode-redhat-account"
]
}
}

// 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 0d7334e

Please sign in to comment.