|
{ |
|
"build": { |
|
"dockerfile": "./Dockerfile", |
|
"context": "." |
|
}, |
|
"features": { |
|
"ghcr.io/devcontainers/features/common-utils:2": { |
|
"installZsh": "true", |
|
"username": "vscode", |
|
"userUid": "1000", |
|
"userGid": "1000", |
|
"upgradePackages": "true" |
|
}, |
|
"ghcr.io/devcontainers/features/desktop-lite:1": {}, |
|
"ghcr.io/devcontainers/features/python:1": "none", |
|
"ghcr.io/devcontainers/features/node:1": "none", |
|
"ghcr.io/devcontainers/features/git:1": { |
|
"version": "latest", |
|
"ppa": "false" |
|
} |
|
}, |
|
|
|
"customizations": { |
|
|
|
"vscode": { |
|
|
|
"settings": { |
|
"python.defaultInterpreterPath": "/usr/local/bin/python" |
|
} |
|
} |
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"remoteUser": "vscode" |
|
} |
|
|