20 строки
519 B
JSON
20 строки
519 B
JSON
{
|
|
"name": "DataShaper",
|
|
// Add the IDs of extensions you want installed when the container is created.
|
|
"extensions": [
|
|
"arcanis.vscode-zipfs",
|
|
"esbenp.prettier-vscode",
|
|
"dbaeumer.vscode-eslint",
|
|
"ms-azuretools.vscode-docker"
|
|
],
|
|
|
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
|
"forwardPorts": [3000],
|
|
|
|
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
|
//"remoteUser": "node",
|
|
"features": {
|
|
"git": "latest"
|
|
}
|
|
}
|