esptool-js-openDTU/.devcontainer/devcontainer.json
2023-01-27 16:43:25 +01:00

19 lines
342 B
JSON

{
"name": "esptool.js",
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/npm-package:1": {
"package": "http-server"
}
},
"forwardPorts": [ 5001 ],
"customizations": {
"vscode": {
"settings": {
"task.allowAutomaticTasks": "on"
}
}
}
}