Add customizations (#38)

This commit is contained in:
Brigit Murtaugh
2022-05-17 12:41:48 -07:00
committed by GitHub
parent 3df65ae1e4
commit 3dcaa9a91d

View File

@@ -17,6 +17,10 @@
} }
}, },
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Set *default* container specific settings.json values on container create. // Set *default* container specific settings.json values on container create.
"settings": { "settings": {
"java.home": "/docker-java-home", "java.home": "/docker-java-home",
@@ -26,7 +30,9 @@
// Add the IDs of extensions you want installed when the container is created. // Add the IDs of extensions you want installed when the container is created.
"extensions": [ "extensions": [
"vscjava.vscode-java-pack" "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": [],