chore(devcontainer): remove the broken setup (#56126)

This commit is contained in:
Mrugesh Mohapatra
2024-09-16 21:10:45 +05:30
committed by GitHub
parent 4d1612d432
commit 277ff36cc8
2 changed files with 0 additions and 58 deletions
-24
View File
@@ -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}"
}