mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(devcontainer): remove the broken setup (#56126)
This commit is contained in:
committed by
GitHub
parent
4d1612d432
commit
277ff36cc8
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode",
|
||||
"freeCodeCamp.freecodecamp-dark-vscode-theme"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dockerFile": "Dockerfile",
|
||||
"forwardPorts": [3000, 8000, 27017],
|
||||
"portsAttributes": {
|
||||
"8000": {
|
||||
"label": "Learn",
|
||||
"onAutoForward": "openPreview"
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "cp sample.env .env && npm ci",
|
||||
// It is more reliable to start these processes oneself
|
||||
// "postStartCommand": "mongod &",
|
||||
// "postAttachCommand": "npm run develop",
|
||||
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}"
|
||||
}
|
||||
Reference in New Issue
Block a user