Skip to content

Commit 4117270

Browse files
authored
Remove codespace auto-preview from devcontainer.json
I'm removing the automatic preview in a codespace in VS Code because it doesn't work for the docs site. The preview tab in VS Code just shows a white page.
1 parent ee897f1 commit 4117270

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252

5353
"portsAttributes": {
5454
"4000": {
55-
"label": "Preview",
56-
"onAutoForward": "openPreview"
55+
"label": "Preview"
5756
}
5857
},
5958

0 commit comments

Comments
 (0)