@beyond-js/bundles-sdk
Version:
BeyondJS Bundles SDK
17 lines (16 loc) • 558 B
JSON
{
"build": {
"dockerfile": "./Dockerfile"
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {},
"extensions": ["esbenp.prettier-vscode", "ms-azuretools.vscode-docker", "rangav.vscode-thunder-client", "42crunch.vscode-openapi"]
}
}
}