From e39125f674c6fad6474b1d7beacb6dabced23fe8 Mon Sep 17 00:00:00 2001 From: Don Date: Thu, 20 Oct 2022 11:12:54 -0500 Subject: [PATCH] more errors --- .../.devcontainer/devcontainer.json | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/samples/react-add-js-css-ref/.devcontainer/devcontainer.json b/samples/react-add-js-css-ref/.devcontainer/devcontainer.json index 9b82154f7..0ae90252f 100644 --- a/samples/react-add-js-css-ref/.devcontainer/devcontainer.json +++ b/samples/react-add-js-css-ref/.devcontainer/devcontainer.json @@ -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 { - "name": "SPFx 1.14.0", - "image": "docker.io/m365pnp/spfx:1.14.0", - // Set *default* container specific settings.json values on container create. - "settings": {}, - // Add the IDs of extensions you want installed when the container is created. - "extensions": [ - "editorconfig.editorconfig", - "dbaeumer.vscode-eslint" - ], - // Use 'forwardPorts' to make a list of ports inside the container available locally. - "forwardPorts": [ - 4321, - 35729 - ], - "portsAttributes": { - "4321": { - "protocol": "https", - "label": "Manifest", - "onAutoForward": "silent", - "requireLocalPort": true - }, - // Not needed for SPFx>= 1.12.1 - // "5432": { - // "protocol": "https", - // "label": "Workbench", - // "onAutoForward": "silent" - // }, - "35729": { - "protocol": "https", - "label": "LiveReload", - "onAutoForward": "silent", - "requireLocalPort": true - } - }, - "postCreateCommand": "bash .devcontainer/spfx-startup.sh", - "remoteUser": "node" + "name": "SPFx 1.14.0", + "image": "docker.io/m365pnp/spfx:1.14.0", + // Set *default* container specific settings.json values on container create. + "settings": {}, + // Add the IDs of extensions you want installed when the container is created. + "extensions": [ + "editorconfig.editorconfig", + "dbaeumer.vscode-eslint" + ], + // Use 'forwardPorts' to make a list of ports inside the container available locally. + "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" }