Invalid JSON: Unexpected token '/', "// For for"... is not valid JSON
| // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: | |
| // https://github.com/microsoft/vscode-dev-containers/tree/v0.245.0/containers/javascript-node | |
| { | |
| "name": "Next.js Dev Container", | |
| "image": "mcr.microsoft.com/devcontainers/javascript-node:1-20-bookworm", | |
| "customizations": { | |
| "vscode": { | |
| "extensions": ["dbaeumer.vscode-eslint"] | |
| } | |
| }, | |
| "remoteUser": "node", | |
| "features": { | |
| "ghcr.io/devcontainers/features/git:1": {}, | |
| "ghcr.io/devcontainers/features/github-cli:1": {}, | |
| "./rust": {}, | |
| "./headless-browser": {}, | |
| "./node-extras": {} | |
| }, | |
| "remoteEnv": { | |
| "DISPLAY": ":0" | |
| } | |
| } | |