aboutsummaryrefslogtreecommitdiff
path: root/src/java/feature.json
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-05-25 22:53:54 +0300
committerGitHub <noreply@github.com>2022-05-25 22:53:54 +0300
commita4d434f22df175f6e337fef8f099a197b574f64b (patch)
tree5cc16619a5b99f0305c488d6f1ba29e2a2db926c /src/java/feature.json
parent343465890b2b710fd6c9cf33b1365d24a9603147 (diff)
sync with jammy updates (#21)
sync with jammy updates (https://github.com/microsoft/vscode-dev-containers/commit/053a0557211c98e5b9f0e8ccf755f6f143b05ef4) and other minor additions since copy over
Diffstat (limited to 'src/java/feature.json')
-rw-r--r--src/java/feature.json16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/java/feature.json b/src/java/feature.json
index 5914bd7..64d5d65 100644
--- a/src/java/feature.json
+++ b/src/java/feature.json
@@ -4,23 +4,31 @@
"options": {
"version": {
"type": "string",
- "proposals": ["lts", "latest", "none", "17", "11", "8"],
+ "proposals": [
+ "lts",
+ "latest",
+ "none",
+ "17",
+ "11",
+ "8"
+ ],
"default": "lts",
"description": "Select or enter a Java version to install"
}
},
"buildArg": "_VSC_INSTALL_JAVA",
- "extensions": ["vscjava.vscode-java-pack"],
+ "extensions": [
+ "vscjava.vscode-java-pack"
+ ],
"containerEnv": {
"SDKMAN_DIR": "/usr/local/sdkman",
"PATH": "${SDKMAN_DIR}/bin:${SDKMAN_DIR}/candidates/java/current/bin:${PATH}"
},
"settings": {
- "java.home": "/extension-java-home",
"java.import.gradle.java.home": "/usr/local/sdkman/candidates/java/current"
},
"install": {
"app": "",
"file": "install.sh"
}
-}
+} \ No newline at end of file