We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d463d commit fd90aa6Copy full SHA for fd90aa6
.devcontainer/devcontainer.json
@@ -26,8 +26,8 @@
26
"java.configuration.runtimes": [
27
{
28
"name": "JavaSE-11",
29
- "path": "/usr/local/sdkman/candidates/java/11.0.16.1-ms",
30
- "sources": "/usr/local/sdkman/candidates/java/11.0.16.1-ms/lib/src.zip",
+ "path": "/usr/local/sdkman/candidates/java/current",
+ "sources": "/usr/local/sdkman/candidates/java/current/lib/src.zip",
31
"javadoc": "https://docs.oracle.com/en/java/javase/11/docs/api",
32
"default": true
33
}
@@ -50,4 +50,4 @@
50
// "postCreateCommand": "mvn clean package -DskipTests",
51
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
52
"remoteUser": "vscode"
53
-}
+}
0 commit comments