more errors
This commit is contained in:
parent
254a22e080
commit
e39125f674
|
@ -1,39 +1,39 @@
|
||||||
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
|
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
|
||||||
{
|
{
|
||||||
"name": "SPFx 1.14.0",
|
"name": "SPFx 1.14.0",
|
||||||
"image": "docker.io/m365pnp/spfx:1.14.0",
|
"image": "docker.io/m365pnp/spfx:1.14.0",
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
"settings": {},
|
"settings": {},
|
||||||
// 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": [
|
||||||
"editorconfig.editorconfig",
|
"editorconfig.editorconfig",
|
||||||
"dbaeumer.vscode-eslint"
|
"dbaeumer.vscode-eslint"
|
||||||
],
|
],
|
||||||
// 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": [
|
||||||
4321,
|
4321,
|
||||||
35729
|
35729,
|
||||||
],
|
5432
|
||||||
"portsAttributes": {
|
],
|
||||||
"4321": {
|
"portsAttributes": {
|
||||||
"protocol": "https",
|
"4321": {
|
||||||
"label": "Manifest",
|
"protocol": "https",
|
||||||
"onAutoForward": "silent",
|
"label": "Manifest",
|
||||||
"requireLocalPort": true
|
"onAutoForward": "silent",
|
||||||
},
|
"requireLocalPort": true
|
||||||
// Not needed for SPFx>= 1.12.1
|
},
|
||||||
// "5432": {
|
"5432": {
|
||||||
// "protocol": "https",
|
"protocol": "https",
|
||||||
// "label": "Workbench",
|
"label": "Workbench",
|
||||||
// "onAutoForward": "silent"
|
"onAutoForward": "silent"
|
||||||
// },
|
},
|
||||||
"35729": {
|
"35729": {
|
||||||
"protocol": "https",
|
"protocol": "https",
|
||||||
"label": "LiveReload",
|
"label": "LiveReload",
|
||||||
"onAutoForward": "silent",
|
"onAutoForward": "silent",
|
||||||
"requireLocalPort": true
|
"requireLocalPort": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"postCreateCommand": "bash .devcontainer/spfx-startup.sh",
|
"postCreateCommand": "bash .devcontainer/spfx-startup.sh",
|
||||||
"remoteUser": "node"
|
"remoteUser": "node"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue