Skip to content

Commit

Permalink
Remove codespace auto-preview from devcontainer.json
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hubwriter authored Oct 17, 2023
1 parent ee897f1 commit 4117270
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@

"portsAttributes": {
"4000": {
"label": "Preview",
"onAutoForward": "openPreview"
"label": "Preview"
}
},

Expand Down

0 comments on commit 4117270

Please sign in to comment.