mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 12:05:39 -05:00
25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"context": "../..",
|
|
"customizations": {
|
|
"codespaces": {
|
|
"openFiles": ["docs/how-to-work-on-the-docs-theme.md"]
|
|
},
|
|
"vscode": {
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
"freeCodeCamp.freecodecamp-dark-vscode-theme"
|
|
]
|
|
}
|
|
},
|
|
"dockerFile": "Dockerfile",
|
|
"forwardPorts": [3400],
|
|
"portsAttributes": {
|
|
"3400": {
|
|
"label": "Docs",
|
|
"onAutoForward": "openPreview"
|
|
}
|
|
},
|
|
"postAttachCommand": "npm run docs:serve"
|
|
}
|