Add customizations (#38)
This commit is contained in:
@@ -16,18 +16,24 @@
|
|||||||
"NODE_VERSION": "lts/*"
|
"NODE_VERSION": "lts/*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Configure tool-specific properties.
|
||||||
"settings": {
|
"customizations": {
|
||||||
"java.home": "/docker-java-home",
|
// Configure properties specific to VS Code.
|
||||||
"maven.executable.path": "/usr/local/sdkman/candidates/maven/current/bin/mvn"
|
"vscode": {
|
||||||
|
// Set *default* container specific settings.json values on container create.
|
||||||
|
"settings": {
|
||||||
|
"java.home": "/docker-java-home",
|
||||||
|
"maven.executable.path": "/usr/local/sdkman/candidates/maven/current/bin/mvn"
|
||||||
|
},
|
||||||
|
|
||||||
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
|
"extensions": [
|
||||||
|
"vscjava.vscode-java-pack"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// Add the IDs of extensions you want installed when the container is created.
|
|
||||||
"extensions": [
|
|
||||||
"vscjava.vscode-java-pack"
|
|
||||||
],
|
|
||||||
|
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
// "forwardPorts": [],
|
// "forwardPorts": [],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user