mirror of
https://github.com/freeCodeCamp/web3-curriculum.git
synced 2026-01-11 06:28:09 -05:00
16 lines
348 B
JSON
16 lines
348 B
JSON
{
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"freeCodeCamp.freecodecamp-courses@1.7.4",
|
|
"freeCodeCamp.freecodecamp-dark-vscode-theme"
|
|
]
|
|
}
|
|
},
|
|
"forwardPorts": [8080],
|
|
"workspaceFolder": "/workspace/web3-curriculum",
|
|
"dockerFile": "./Dockerfile",
|
|
"context": "."
|
|
}
|