mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
20 lines
429 B
JSON
20 lines
429 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/java:21-bookworm",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/java:1": {
|
|
"version": "17"
|
|
}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"java.server.launchMode": "Standard"
|
|
},
|
|
"extensions": [
|
|
"vscjava.vscode-java-pack",
|
|
"vscjava.vscode-gradle"
|
|
]
|
|
}
|
|
}
|
|
}
|