1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "image": "mcr.microsoft.com/devcontainers/javascript-node:22", "forwardPorts": [4321], "portsAttributes": { "4321": { "label": "Application", "onAutoForward": "notify" } }, "customizations": { "vscode": { "extensions": ["astro-build.astro-vscode", "esbenp.prettier-vscode"] } } }