You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Add the IDs of extensions you want installed when the container is created.
42
+
"extensions": [
43
+
"dbaeumer.vscode-eslint",
44
+
"esbenp.prettier-vscode",
45
+
"GitHub.copilot",
46
+
"GitHub.copilot-chat",
47
+
"stylelint.vscode-stylelint",
48
+
"streetsidesoftware.code-spell-checker"
49
+
]
50
+
}
51
+
},
52
+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
53
+
// "forwardPorts": [3000],
54
+
// Use 'portsAttributes' to set default properties for specific forwarded ports. More info: https://code.visualstudio.com/docs/remote/devcontainerjson-reference.
55
+
// "portsAttributes": {
56
+
// "3000": {
57
+
// "label": "Hello Remote World",
58
+
// "onAutoForward": "notify"
59
+
// }
60
+
// },
61
+
// Use 'otherPortsAttributes' to configure any ports that aren't configured using 'portsAttributes'.
62
+
// "otherPortsAttributes": {
63
+
// "onAutoForward": "silent"
64
+
// },
65
+
// Use 'postCreateCommand' to run commands after the container is created.
0 commit comments