esptool-js-openDTU/.devcontainer/devcontainer.json

19 lines
342 B
JSON
Raw Normal View History

{
"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"
}
}
}
}