2024-09-12 12:14:19 -04:00
|
|
|
{
|
2024-09-28 21:32:31 -04:00
|
|
|
"name": "SPFx 1.20.0",
|
|
|
|
"image": "docker.io/m365pnp/spfx:1.20.0",
|
|
|
|
"customizations": {
|
|
|
|
"vscode": {
|
|
|
|
"extensions": [
|
|
|
|
"editorconfig.editorconfig",
|
|
|
|
"dbaeumer.vscode-eslint"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"forwardPorts": [
|
|
|
|
4321,
|
|
|
|
35729,
|
|
|
|
5432
|
|
|
|
],
|
|
|
|
"portsAttributes": {
|
|
|
|
"4321": {
|
|
|
|
"protocol": "https",
|
|
|
|
"label": "Manifest",
|
|
|
|
"onAutoForward": "silent",
|
|
|
|
"requireLocalPort": true
|
|
|
|
},
|
|
|
|
"5432": {
|
|
|
|
"protocol": "https",
|
|
|
|
"label": "Workbench",
|
|
|
|
"onAutoForward": "silent"
|
|
|
|
},
|
|
|
|
"35729": {
|
|
|
|
"protocol": "https",
|
|
|
|
"label": "LiveReload",
|
|
|
|
"onAutoForward": "silent",
|
|
|
|
"requireLocalPort": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"postCreateCommand": "bash .devcontainer/spfx-startup.sh",
|
|
|
|
"remoteUser": "node"
|
2024-09-12 12:14:19 -04:00
|
|
|
}
|