diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 15475b5d9..4873b7748 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,20 +1,17 @@ { - "name": "codeforlife", + "name": "codeforlife-portal", "image": "mcr.microsoft.com/vscode/devcontainers/python:3.8", "features": { "ghcr.io/devcontainers-contrib/features/pipenv:2": { "version": "2023.11.15" } }, -// "mounts": [ -// "source=../,target=home/root/codeforlife-portal,type=bind,consistency=cached" -// ], + "postCreateCommand": "pipenv install --dev", "customizations": { "vscode": { "settings": {}, "extensions": [ - "ms-python.python", - "dbaeumer.vscode-eslint" + "ms-python.python" ] } }