We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9e106 commit f122adbCopy full SHA for f122adb
.devcontainer/devcontainer.json
@@ -33,6 +33,13 @@
33
34
// Use 'forwardPorts' to make a list of ports inside the container available locally.
35
"forwardPorts": [4000],
36
+
37
+ "portsAttributes": {
38
+ "4000": {
39
+ "label": "Preview",
40
+ "onAutoForward": "openPreview"
41
+ }
42
+ },
43
44
// Use 'postCreateCommand' to run commands after the container is created.
45
"postCreateCommand": "git lfs pull && npm ci",
0 commit comments